8000 [#8806] minor reword · symfony/symfony-docs@bb3e813 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb3e813

Browse files
committed
[#8806] minor reword
1 parent 36b9f9c commit bb3e813

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup/web_server_configuration.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ 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 installs a ``.htaccess`` file containing the rewrite rules in the ``public/`` directory.
43+
This recipe installs a ``.htaccess`` file in the ``public/`` directory that contains
44+
the rewrite rules.
4445

4546
.. tip::
4647

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.
48+
A performance improvement can be achieved by moving the rewrite rules from the ``.htaccess``
49+
file into the VirtualHost block of your Apache configuration and then changing
50+
``AllowOverride All`` to ``AllowOverride None`` in your VirtualHost block.
5051

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

0 commit comments

Comments
 (0)
0