From: vincent@cubedesigners.com Date: Wed, 21 Aug 2013 16:03:05 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b5aced0acab57e2e58a176cdacf1e65668e7703f;p=ccgm.git --- 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]