From b5aced0acab57e2e58a176cdacf1e65668e7703f Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 21 Aug 2013 16:03:05 +0000 Subject: [PATCH] --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 13bf750..47a8cb1 100644 --- a/.htaccess +++ b/.htaccess @@ -41,7 +41,7 @@ RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # Finally, redirect all other cases to the index.php - RewriteRule ^.*$ [NC,L] + RewriteRule ^.*$ index.php/$1 [NC,L] -- 2.39.5