commit | c539fb59a74f10001f6b45e2daee6294596621e9 | [log] [tgz] |
---|---|---|
author | mward <mward> | Wed Sep 19 14:50:16 2012 +0000 |
committer | mward <mward> | Wed Sep 19 14:50:16 2012 +0000 |
tree | 5c865cb1a6ecde5f4187059d93ba871ec78d6b86 | |
parent | 4567851c04aedd9ce6ed486f7008ebe4ba2c1358 [diff] |
Added to redirect traffic to new site location
diff --git a/management/.htaccess b/management/.htaccess new file mode 100644 index 0000000..6dced62 --- /dev/null +++ b/management/.htaccess
@@ -0,0 +1,2 @@ +RewriteEngine On +RewriteRule ^/gemini/management/(.*) http://www.eclipse.org/management/$1 [R,L] \ No newline at end of file