Merge pull request #13126 from rr-it/patch-1

Add hint to pretty URLs: edit config htaccess.ignorefrontcontroller if htaccess SetEnv does not work
This commit is contained in:
Daniel
2025-05-22 19:43:08 +02:00
committed by GitHub

View File

@@ -179,6 +179,10 @@ your .htaccess file::
After each update, these changes are automatically applied to the ``.htaccess``-file.
.. note:: In case the automatically added ``.htaccess`` configuration `SetEnv front_controller_active true` does not work for your environment:
Edit ``config/config.php`` and add ``'htaccess.IgnoreFrontController' => true``.
See :doc:`../configuration_server/config_sample_php_parameters` for a detailed description.
.. _enabling_ssl_label:
Enabling SSL