File tree 1 file changed +5
-4
lines changed
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
40
40
41
41
$ composer require symfony/apache-pack
42
42
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.
44
45
45
46
.. tip ::
46
47
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.
50
51
51
52
Apache with mod_php/PHP-CGI
52
53
---------------------------
You can’t perform that action at this time.
0 commit comments