.htaccess

From Genitura

Jump to: navigation, search
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !\.gif$
RewriteCond %{REQUEST_URI} !\.png$
RewriteCond %{REQUEST_URI} !\.js$
RewriteCond %{REQUEST_URI} !\.ico$
RewriteCond %{REQUEST_URI} !\.css$
RewriteRule ^.*$ index.php
Personal tools