Skip to content

Commit 87fe4cc

Browse files
authored
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)
1 parent 7f41dfb commit 87fe4cc

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)