Skip to content

Commit 009934f

Browse files
authored
Merge pull request #13126 from rr-it/patch-1
Add hint to pretty URLs: edit config htaccess.ignorefrontcontroller if htaccess SetEnv does not work
2 parents 9f42c7d + 963d77b commit 009934f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)