diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 0503b5613..bd3ed13cd 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -504,6 +504,18 @@ conditions are met Nextcloud uses URLs without index.php in it: - `mod_rewrite` is installed - `mod_env` is installed +:: + + 'htaccess.IgnoreFrontController' => false, + +For server setups, that don't have `mod_env` enabled or restricted (e.g. suEXEC) +this parameter has to be set to true and will assume mod_rewrite. + +Please check, if `mod_rewrite` is active and functional before setting this +parameter and you updated your .htaccess with `occ maintenance:update:htaccess`. +Otherwise your nextcloud installation might not be reachable anymore. +For example, try accessing resources by leaving out `index.php` in the URL. + :: 'proxy' => '',