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