Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
5ce29424
Commit
5ce29424
authored
Jan 15, 2016
by
arrgson
Committed by
Fabien Potencier
May 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't rewrite requests for existing directories to index.php
parent
bd7891f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
doc/web_servers.rst
doc/web_servers.rst
+1
-0
No files found.
doc/web_servers.rst
View file @
5ce29424
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment