Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
minor #1307 Don't rewrite requests for existing directories to index.…
Browse files Browse the repository at this point in the history
…php (arrgson)

This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1307).

Discussion
----------

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

Commits
-------

5ce2942 Don't rewrite requests for existing directories to index.php
  • Loading branch information
fabpot committed May 5, 2016
2 parents bd7891f + 5ce2942 commit 4de092d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/web_servers.rst
Expand Up @@ -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>
Expand Down

0 comments on commit 4de092d

Please sign in to comment.