From 31982dc23527e71a6a397527fd44438520b487ac Mon Sep 17 00:00:00 2001 From: RomanGorbatko Date: Thu, 15 May 2014 10:54:00 +0300 Subject: [PATCH] Update .htaccess If site don't work without "index.php" in URL, need add this string. --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index e14522250..a18974474 100644 --- a/.htaccess +++ b/.htaccess @@ -4,6 +4,7 @@ RewriteEngine On + RewriteBase / ## ## Handle resource requests