redirect / and /plinth to /plinth/

This commit is contained in:
James Vasile 2011-12-19 09:04:29 -05:00
parent 515b133c4c
commit ca9f8e3124

View File

@ -1 +1,11 @@
ProxyPass /plinth/ http://localhost:8000/
<Directory />
Options Indexes FollowSymLinks
RewriteEngine on
RewriteRule [^/]*/plinth$ plinth/ [R]
RewriteRule [^/]*/$ plinth/ [R]
#RewriteRule ^$ plinth/ [R]
</Directory>