Suppression .htaccess

This commit is contained in:
Michael RICOIS 2012-02-08 16:02:56 +00:00
parent f7a0c0d33a
commit dee2273c53

View File

@ -1,7 +0,0 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]