Add hint to pretty URLs: edit config htaccess.ignorefrontcontroller if htaccess SetEnv does not work

This fixes https://github.com/nextcloud/documentation/issues/13125

Signed-off-by: Ayke Halder <rr-it@users.noreply.github.com>
This commit is contained in:
Ayke Halder
2025-05-15 14:56:50 +02:00
parent 9f42c7d538
commit 963d77bcab

View File

@@ -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