HowTo get rid of .../index.php/... in nextcloud path ( shorter URL)

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 Configuration Parameters — Nextcloud latest Administration Manual latest documentation for a detailed description.


Also see:


PR for docs: