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
Post a Comment