Skip to content

Remove paragraph about .htaccess files #14477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 26, 2020
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
7 changes: 0 additions & 7 deletions setup/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,6 @@ The **minimum configuration** to get your application running under Nginx is:
After you deploy to production, make sure that you **cannot** access the ``index.php``
script (i.e. ``http://example.com/index.php``).

.. note::

By default, Symfony applications include several ``.htaccess`` files to
configure redirections and to prevent unauthorized access to some sensitive
directories. Those files are only useful when using Apache, so you can
safely remove them when using Nginx.

For advanced Nginx configuration options, read the official `Nginx documentation`_.

.. _`Apache documentation`: https://httpd.apache.org/docs/
Expand Down