added redirect to wiki
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..643801e
--- /dev/null
+++ b/index.php
@@ -0,0 +1,4 @@
+<?php 
+	header('Location: http://wiki.eclipse.org/xpand');
+	exit();
+?>
\ No newline at end of file