mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-27 00:36:08 +03:00
Fix potential issue with fallback front page
This commit is contained in:
parent
915b6786d9
commit
75c04cae38
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user