File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ directive to pass requests for PHP files to PHP FPM:
97
97
98
98
.. note ::
99
99
100
- If you run Apache via ``mod_php `` and without using PHP-FPM, you can run
101
- ``composer require symfony/apache-pack `` to create an ``.htaccess `` file in
102
- the ``public/ `` directory with the rewrite rules needed to serve the Symfony
103
- application. In production, move these rules to the main Apache configuration
104
- file to improve performance.
100
+ If you run Apache via ``mod_php `` without using PHP-FPM, you can run
101
+ ``composer require symfony/apache-pack ``. This package creates an ``.htaccess ``
102
+ file in the ``public/ `` directory with the rewrite rules needed to serve the
103
+ Symfony application. In production, move these rules to the main Apache
104
+ configuration file to improve performance.
105
105
106
106
Nginx
107
107
-----
You can’t perform that action at this time.
0 commit comments