Merge pull request #205 from apache/legal-644-redirect

LEGAL-644 - redirect to new home of page
diff --git a/content/dev/.htaccess b/content/dev/.htaccess
index 68c3ee8..b2f15bc 100644
--- a/content/dev/.htaccess
+++ b/content/dev/.htaccess
@@ -9,11 +9,11 @@
 Redirect /dev/mirrors.html /mirrors
 Redirect /dev/mirrors /mirrors
 
+# page reverted to main site (LEGAL-644)
+Redirect 301 /dev/apply-license.     /legal/apply-license.html
+Redirect 301 /dev/apply-license.html /legal/apply-license.html
+
 # Pages moved to infra.apache.org:
-#RedirectMatch 301 /dev/apply-license(.*) https://infra.apache.org/apply-license$1
-#Did not work; try simple-minded approach
-Redirect 301 /dev/apply-license. https://infra.apache.org/apply-license.html
-Redirect 301 /dev/apply-license.html https://infra.apache.org/apply-license.html
 
 # Another try; let local host add .html
 Redirect /dev/asfbot.html https://infra.apache.org/asfbot.html