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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -