Hi, i've recently updated to 9.1.x oC server. I've see on the docs that now it's supporting the index.php hiding.
My owncloud is installed on http://cloud.xxx.xx/
, so i want to rewrite it at /
I've added to the config this:'htaccess.RewriteBase' => '/',
and after the command ./occ maintenance:update:htaccess
, but, the index.php is still here.
I'm on apache 2.4, with php7 fpm.