summaryrefslogtreecommitdiff
path: root/eclipse/images/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/images/.htaccess')
-rw-r--r--eclipse/images/.htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse/images/.htaccess b/eclipse/images/.htaccess
new file mode 100644
index 000000000..4635130a3
--- /dev/null
+++ b/eclipse/images/.htaccess
@@ -0,0 +1,5 @@
+# Images in this folder have moved, now hosted at GitHub
+# John 2013-01-10
+
+RewriteEngine On
+RewriteRule ^(.*)$ https://raw.github.com/GrammaticalFramework/gf-eclipse-plugin/master/doc/images/$1 [L,R=301] \ No newline at end of file