Skip to content

Commit 4773ce0

Browse files
committed
-
1 parent 09e046d commit 4773ce0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup/web_server_configuration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ directive to pass requests for PHP files to PHP FPM:
9797
9898
.. note::
9999

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.
105105

106106
Nginx
107107
-----

0 commit comments

Comments
 (0)