Skip to content

Commit 0998400

Browse files
committed
minor #14477 Remove paragraph about .htaccess files (l-vo)
This PR was merged into the 4.4 branch. Discussion ---------- Remove paragraph about .htaccess files Htaccess files aren't in SF repository anymore (since sf4 and Flex, it's in the apache-pack optional recipe) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 87fe4cc Remove paragraph about .htaccess files
2 parents 454cb0d + 87fe4cc commit 0998400

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setup/web_server_configuration.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -374,13 +374,6 @@ The **minimum configuration** to get your application running under Nginx is:
374374
After you deploy to production, make sure that you **cannot** access the ``index.php``
375375
script (i.e. ``http://example.com/index.php``).
376376

377-
.. note::
378-
379-
By default, Symfony applications include several ``.htaccess`` files to
380-
configure redirections and to prevent unauthorized access to some sensitive
381-
directories. Those files are only useful when using Apache, so you can
382-
safely remove them when using Nginx.
383-
384377
For advanced Nginx configuration options, read the official `Nginx documentation`_.
385378

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

0 commit comments

Comments
 (0)