diff --git a/share/apache2/plinth.conf b/share/apache2/plinth.conf index c25e39840..7046b10d9 100644 --- a/share/apache2/plinth.conf +++ b/share/apache2/plinth.conf @@ -1 +1,11 @@ ProxyPass /plinth/ http://localhost:8000/ + + +Options Indexes FollowSymLinks + +RewriteEngine on +RewriteRule [^/]*/plinth$ plinth/ [R] +RewriteRule [^/]*/$ plinth/ [R] +#RewriteRule ^$ plinth/ [R] + +