]> andersk Git - sql.git/commitdiff
made phpMyAdmin redirect more loose
authorJoe Presbrey <presbrey@mit.edu>
Tue, 24 Apr 2007 22:17:30 +0000 (22:17 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Tue, 24 Apr 2007 22:17:30 +0000 (22:17 +0000)
git-svn-id: svn://presbrey.mit.edu/sql@129 a142d4bd-2cfb-0310-9673-cb33a7e74f58

web/home/.htaccess

index b4da8ae40715b61b989287530aaa229d788c42f0..51073e1de8b51468cfca9d9389f02a29c5a4cb41 100755 (executable)
@@ -1,6 +1,6 @@
 RewriteEngine On
 
-RewriteRule ^phpMyAdmin/.*$    https://scripts.mit.edu/~sql/phpMyAdmin-HTTPS/  [R,L]
+RewriteRule ^phpMyAdmin[^-]?.*$        https://scripts.mit.edu/~sql/phpMyAdmin-HTTPS/  [R,L]
 RewriteRule style.css          http://scripts.mit.edu/~scripts/home/style.css  [R,L]
 RewriteRule images(.*)         http://scripts.mit.edu/~scripts/home/images$1   [R,L]
 
This page took 0.036789 seconds and 5 git commands to generate.