Fix potential issue with fallback front page

This commit is contained in:
Fedor A. Fetisov 2017-10-11 16:27:16 +03:00
parent 915b6786d9
commit 75c04cae38

View File

@ -20,4 +20,4 @@
// Force the user to specify the entry point. This should be done only when // Force the user to specify the entry point. This should be done only when
// mod_rewrite is not used by apache. // mod_rewrite is not used by apache.
header('HTTP/1.0 301 Moved Permanently'); header('HTTP/1.0 301 Moved Permanently');
header('Location: index.php/'); header('Location: index.php');