redirect / and /plinth to /plinth/

This commit is contained in:
James Vasile 2011-12-19 09:04:29 -05:00 committed by James Vasile
parent ece0f1d1c5
commit 5ed705e875

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>