Commit 6b9319ac authored by Denis K's avatar Denis K Committed by Fabien Potencier

Update web_servers.rst

parent 694fe555
......@@ -41,15 +41,15 @@ Or if you're using a VirtualHost, you can add the same directive to the VirtualH
.. code-block:: apache
<VirtualHost *:80>
# other directives
<Directory /var/www/domain.com/>
# other directives
FallbackResource /index.php
</Directory>
</VirtualHost>
<VirtualHost *:80>
# other directives
<Directory /var/www/domain.com/>
# other directives
FallbackResource /index.php
</Directory>
</VirtualHost>
.. 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