8000 Update article block from pull request feedback. · symfony/symfony-docs@5f9b813 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f9b813

Browse files
ricardodevriesweaverryan
authored andcommitted
Update article block from pull request feedback.
1 parent 0bee9a9 commit 5f9b813

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup/web_server_configuration.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ The easiest way is to install the apache recipe by executing the following comma
4040
4141
$ composer require symfony/apache-pack
4242
43-
This recipe will install the ``.htaccess`` file in the ``public/`` directory.
43+
This recipe will install a ``.htaccess`` file containing the rewrite rules in the ``public/`` directory.
4444

4545
.. tip::
4646

47-
A performance improvement can be achieved by putting the rewrite rules in your
48-
VirtualHost block and changing ``AllowOverride All`` to ``AllowOverride None``.
47+
A performance improvement can be achieved by putting the rewrite rules from the ``.htaccess``
48+
file to the VirtualHost block of your Apache configuration and disallowing ``.htaccess`` from
49+
override by changing ``AllowOverride All`` to ``AllowOverride None`` in your VirtualHost block.
4950

5051
Apache with mod_php/PHP-CGI
5152
---------------------------

0 commit comments

Comments
 (0)
0