apache - Conditional .htaccess 404 DirectoryIndex -


is possible change directoryindex in .htaccess in event of 404? have scenario if there 404 want change directoryindex index.htm instead of index.php. default though have declare directoryindex in .htaccess looking if else statement.

if 404 directoryindex=index.htm else directoryindex=index.php 

is possible? thanks.

set custom error page in .htaccess

errordocument 404 index.htm 

Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -