Commit 5ce29424 authored by arrgson's avatar arrgson Committed by Fabien Potencier

Don't rewrite requests for existing directories to index.php

parent bd7891f8
......@@ -14,6 +14,7 @@ following ``.htaccess`` file:
RewriteEngine On
#RewriteBase /path/to/app
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment