diff --git a/public/.htaccess b/public/.htaccess index 1676044f..7bcb61ec 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,5 +1,8 @@ -Options +FollowSymLinks -RewriteEngine on -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule . /index.php [L] \ No newline at end of file + + RewriteEngine on + + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + + RewriteRule ^(.*)$ index.php/$1 [L] + \ No newline at end of file