File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
5152Apache with mod_php/PHP-CGI
5253---------------------------
You can’t perform that action at this time.
0 commit comments