From 963d77bcab9e13cdb425249fc6002bb1690355e2 Mon Sep 17 00:00:00 2001 From: Ayke Halder Date: Thu, 15 May 2025 14:56:50 +0200 Subject: [PATCH] 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 --- admin_manual/installation/source_installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 291df183a..18f13e956 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -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