mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
committed by
backportbot[bot]
parent
c0b1a845ca
commit
f774d3affb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user