From 75c04cae389960b71a90b7dcb99411432b56e1f8 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Wed, 11 Oct 2017 16:27:16 +0300 Subject: [PATCH] Fix potential issue with fallback front page --- src/mibew/index_fallback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mibew/index_fallback.php b/src/mibew/index_fallback.php index c3e07f32..c8b01870 100644 --- a/src/mibew/index_fallback.php +++ b/src/mibew/index_fallback.php @@ -20,4 +20,4 @@ // Force the user to specify the entry point. This should be done only when // mod_rewrite is not used by apache. header('HTTP/1.0 301 Moved Permanently'); -header('Location: index.php/'); +header('Location: index.php');