We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f42c7d + 963d77b commit 009934fCopy full SHA for 009934f
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