- <IfModule mod_rewrite.c>
- Options -MultiViews
- RewriteEngine On
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteRule ^ index.php [L]
- # The previous redirection doesn't work on MAMP. Use next line instead
- #RewriteRule ^ main/install/index.php [L]
- </IfModule>
|