diff --git a/src/envole-1.0/misc/nextcloud/containers/nextcloud/apache.conf b/src/envole-1.0/misc/nextcloud/containers/nextcloud/apache.conf index 2c15d6e..f4ac813 100755 --- a/src/envole-1.0/misc/nextcloud/containers/nextcloud/apache.conf +++ b/src/envole-1.0/misc/nextcloud/containers/nextcloud/apache.conf @@ -1,8 +1,3 @@ Alias /nextcloud /var/www/html - - DirectoryIndex index.php - Order Allow,Deny - Allow from All - AllowOverride All - php_admin_flag allow_url_fopen on - \ No newline at end of file +RewriteEngine on +RewriteRule ^/nextcloud.*$ /nextcloud/index.php [QSA,L]