diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-11-08 22:48:08 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-11-08 22:48:08 +0000 |
commit | da90dcf748919798f4e224aa3104dfaf19daaf3c (patch) | |
tree | 91459e54b6978bcee30ec8de35ff83deec3f8a17 | |
parent | bd21aa52db41ccf870517c87eb436f2ff9793ee0 (diff) |
redirect to /rpki when we get a request for the bare vhost
svn path=/trunk/; revision=4818
-rw-r--r-- | rpkid/portal-gui/apache.conf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/portal-gui/apache.conf.in b/rpkid/portal-gui/apache.conf.in index 24afe371..133d014a 100644 --- a/rpkid/portal-gui/apache.conf.in +++ b/rpkid/portal-gui/apache.conf.in @@ -28,4 +28,7 @@ Allow from all Alias /media/ @INSTDIR@/media/ Alias /site_media/ @INSTDIR@/media/ +# redirect to the dashboard when someone hits the bare vhost +RedirectMatch ^/$ /rpki/ + # vim:ft=apache |