Skip to content

Commit f774d3a

Browse files
rr-itbackportbot[bot]
authored andcommitted
Add hint to pretty URLs: edit config htaccess.ignorefrontcontroller if htaccess SetEnv does not work
This fixes #13125 Signed-off-by: Ayke Halder <rr-it@users.noreply.github.com>
1 parent c0b1a84 commit f774d3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

admin_manual/installation/source_installation.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ your .htaccess file::
179179

180180
After each update, these changes are automatically applied to the ``.htaccess``-file.
181181

182+
.. note:: In case the automatically added ``.htaccess`` configuration `SetEnv front_controller_active true` does not work for your environment:
183+
Edit ``config/config.php`` and add ``'htaccess.IgnoreFrontController' => true``.
184+
See :doc:`../configuration_server/config_sample_php_parameters` for a detailed description.
185+
182186
.. _enabling_ssl_label:
183187

184188
Enabling SSL

0 commit comments

Comments
 (0)