Suppression htaccess

This commit is contained in:
Michael RICOIS 2011-11-04 09:07:09 +00:00
parent 34d59d1cf7
commit 245bf6d2be

View File

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