Skip to content

Commit 48a6140

Browse files
authored
Merge pull request #13162 from nextcloud/backport/13126/stable31
[stable31] Add hint to pretty URLs: edit config htaccess.ignorefrontcontroller if htaccess SetEnv does not work
2 parents c0b1a84 + f774d3a commit 48a6140

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

admin_manual/installation/source_installation.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ your .htaccess file::
179179

180180
After each update, these changes are automatically applied to the ``.htaccess``-file.
181181

182+
.. note:: In case the automatically added ``.htaccess`` configuration `SetEnv front_controller_active true` does not work for your environment:
183+
Edit ``config/config.php`` and add ``'htaccess.IgnoreFrontController' => true``.
184+
See :doc:`../configuration_server/config_sample_php_parameters` for a detailed description.
185+
182186
.. _enabling_ssl_label:
183187

184188
Enabling SSL

0 commit comments

Comments
 (0)