From a81a26880a9393da3450c4abd467d9966338e8fc Mon Sep 17 00:00:00 2001 From: Joe Presbrey Date: Tue, 24 Apr 2007 22:17:30 +0000 Subject: [PATCH] made phpMyAdmin redirect more loose git-svn-id: svn://presbrey.mit.edu/sql@129 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- web/home/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/home/.htaccess b/web/home/.htaccess index b4da8ae..51073e1 100755 --- a/web/home/.htaccess +++ b/web/home/.htaccess @@ -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] -- 2.45.1