Merge branch 'master' of github.com:KhronosGroup/EGL-Registry
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..7c1c49b
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,10 @@
+RewriteEngine on
+
+# Avoid redirect loops
+RewriteCond %{ENV:REDIRECT_STATUS} 200
+RewriteRule ^ - [L]
+
+# Old versioned-by-date EGL specs redirected to the single per-version copy
+RewriteRule ^specs/eglspec.1.4.([0-9]+).pdf specs/eglspec.1.4.pdf [L,R=301]
+
+# RewriteRule ^xhtml/(.*)\.xml https://www.khronos.org/opengles/sdk/docs/man3/html/$1.xhtml [L,R=301]
diff --git a/index.php b/index.php
index 6b7fae3..51088ae 100644
--- a/index.php
+++ b/index.php
@@ -70,7 +70,7 @@
     processing scripts shared with the OpenGL and OpenGL ES registries. If
     you need to generate modified headers or modify egl.xml, clone the <a
     href="https://github.com/KhronosGroup/EGL-Registry"> EGL-Registry </a>
-    git repository and see the <a href="api/README.md"> api/README.md </a>
+    git repository and see the <a href="README.md"> README.md </a>
     file to get started. </p>