diff options
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,4 +66,5 @@ # RewriteCond %{REQUEST_FILENAME} !-d # RewriteRule ^(.*)$ index.php?kohana_uri=$1 [QSA,PT,L] # RewriteRule ^$ index.php?kohana_uri=$1 [QSA,PT,L] +# RewriteRule ^index.php/(.*) $1 [QSA,R,L] # </IfModule> |