2 parents c0b1a84 + f774d3a commit 48a6140Copy full SHA for 48a6140
1 file changed
admin_manual/installation/source_installation.rst
@@ -179,6 +179,10 @@ your .htaccess file::
179
180
After each update, these changes are automatically applied to the ``.htaccess``-file.
181
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
+
186
.. _enabling_ssl_label:
187
188
Enabling SSL
0 commit comments