Is this the case with NC? Because I’ve confirmed both are enabled and it’s done a whole lot of nothing.
This is outdated documentation in Nextcloud and ownCloud, to enable index.php URLs the following condition needs to be met:
htaccess.RewriteBase
in your config.php is linking to the web root folder (e.g./nextcloud
if you acesssfoo.com/nextcloud
, or/
if it lives on the web root)mod_env
andmod_rewrite
need to be enabled
Afterwards you should run occ maintenance:update:htaccess
on your console