mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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' => '',
|
||||
|
||||
Reference in New Issue
Block a user