Commit 46639282 authored by Fabien Potencier's avatar Fabien Potencier

merged branch mageekguy/patch-1 (PR #470)

Commits
-------

352497b2 Add / to FallbackResource apache directive

Discussion
----------

Add / to FallbackResource apache directive

If you don't add the slash, you can have the error `Request exceeded the limit of 10 subrequest nesting levels due to probable confguration error.` when the requested URL is, for example, /foo/bar.
parents 331454f7 352497b2
......@@ -28,7 +28,12 @@ Alternatively, if you use Apache 2.2.16 or higher, you can use the
.. code-block:: apache
FallbackResource index.php
FallbackResource /index.php
.. note::
If your site is not at the webroot level you will have to adjust the path to
point to your directory, relative from the webroot.
nginx
-----
......
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