1 2 3 4 5 6 7 8 9
<IfModule mod_rewrite.c> Options -MultiViews SetEnv HTTP_MOD_REWRITE On RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] </IfModule>