Skip to content
Snippets Groups Projects
.htaccess 154 B
Newer Older
Alex ORLUC's avatar
Alex ORLUC committed
Order allow,deny
Allow from all
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]