Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion setup/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ directive to pass requests for PHP files to PHP FPM:
If you are doing some quick tests with Apache, you can also run
``composer require symfony/apache-pack``. This package creates an ``.htaccess``
file in the ``public/`` directory with the necessary rewrite rules needed to serve
the Symfony application. However, in production, it's recommended to move these
the Symfony application. Don't forget to change the Apache's ``AllowOverride None`` setting to
``AllowOverride All``. However, in production, it's recommended to move these
rules to the main Apache configuration file (as shown above) to improve performance.

Caddy
Expand Down