File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 `` without using PHP-FPM , you can run
100
+ If you are doing some quick tests with Apache , you can also run
101
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.
102
+ file in the ``public/ `` directory with the necessary rewrite rules needed to serve
103
+ the Symfony application. However, in production, it's recommended to move these
104
+ rules to the main Apache configuration file (as shown above) to improve performance.
105
105
106
106
Nginx
107
107
-----
You can’t perform that action at this time.
0 commit comments