]> andersk Git - sql.git/blob - web/home/.htaccess
b4da8ae40715b61b989287530aaa229d788c42f0
[sql.git] / web / home / .htaccess
1 RewriteEngine On
2
3 RewriteRule ^phpMyAdmin/.*$     https://scripts.mit.edu/~sql/phpMyAdmin-HTTPS/  [R,L]
4 RewriteRule style.css           http://scripts.mit.edu/~scripts/home/style.css  [R,L]
5 RewriteRule images(.*)          http://scripts.mit.edu/~scripts/home/images$1   [R,L]
6
7 RewriteCond %{SERVER_NAME}      sql\.mit\.edu
8 RewriteRule ~sql/(.*)           https://scripts.mit.edu/~sql/$1 [R,L]
This page took 0.045021 seconds and 3 git commands to generate.