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