From baa1bebdacb0f0b8514a51f56e55108b1296c104 Mon Sep 17 00:00:00 2001 From: Ludwig Behm Date: Sun, 24 Aug 2014 04:37:49 +0200 Subject: [PATCH] Fix: Rewrite rule fix behavior some guys simply don't understand I really don't know why... --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index a86259b..26dd132 100755 --- a/public/.htaccess +++ b/public/.htaccess @@ -6,4 +6,4 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Default -RewriteRule ^(.*)$ index.php?/$1 [QSA,L] \ No newline at end of file +RewriteRule ^(.*)$ index.php [L]