Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff3a594

Browse files
ilyabakhlinlebedevjaviereguiluz
authored andcommitted
Updating the web_server_configuration.rst File
In the documentation, it's being said that Symfony requires the `symfony/apache-pack`, which adds a `.htaccess` file to the `public/` directory.However, it's nowhere specified to change the `AllowOverride` setting from `None` to `All`.
1 parentf99ba6c commitff3a594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎setup/web_server_configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ directive to pass requests for PHP files to PHP FPM:
195195
If you are doing some quick tests with Apache, you can also run
196196
``composer require symfony/apache-pack``. This package creates an ``.htaccess``
197197
file in the ``public/`` directory with the necessary rewrite rules needed to serve
198-
the Symfony application. However, in production, it's recommended to move these
198+
the Symfony application. Don't forget to change the Apache's ``AllowOverride None`` setting to
199+
``AllowOverride All``. However, in production, it's recommended to move these
199200
rules to the main Apache configuration file (as shown above) to improve performance.
200201

201202
Caddy

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp