Modification des regles de rewrite

This commit is contained in:
Michael RICOIS 2011-05-20 15:17:29 +00:00
parent 7218d64d91
commit 515348ac47

View File

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