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
40
40
41
41
$ composer require symfony/apache-pack
42
42
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.
44
44
45
45
.. tip ::
46
46
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.
49
50
50
51
Apache with mod_php/PHP-CGI
51
52
---------------------------
You can’t perform that action at this time.
0 commit comments