diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/md.swamid.se/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/md.swamid.se/.htaccess b/site/md.swamid.se/.htaccess new file mode 100644 index 00000000..4c7de8a4 --- /dev/null +++ b/site/md.swamid.se/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteCond %{HTTP_HOST} ^md.swamid.se [NC] +RewriteRule ^(.*)$ http://mds.swamid.se/$1 [L,R=301,NC] |