Commit ec1641b0 authored by Fabien Potencier's avatar Fabien Potencier

minor #1289 Remove slash from FallbackResource (JeroenDeDauw)

This PR was merged into the 1.3 branch.

Discussion
----------

Remove slash from FallbackResource

Apache config is not my thing, so this might not be correct. However, what I can tell is that it does not work with the slash for me, and that it does without the slash.

Commits
-------

ffab90c3 Remove slash from FallbackResource
parents 4d45eafa ffab90c3
......@@ -29,7 +29,7 @@ Alternatively, if you use Apache 2.2.16 or higher, you can use the
.. code-block:: apache
FallbackResource /index.php
FallbackResource index.php
.. note::
......
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