Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions admin_manual/installation/source_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down