Title: [193399] trunk/Websites/webkit.org
Revision
193399
Author
[email protected]
Date
2015-12-03 19:58:25 -0800 (Thu, 03 Dec 2015)

Log Message

Add redirects for the demos folder.

* .htaccess:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/.htaccess (193398 => 193399)


--- trunk/Websites/webkit.org/.htaccess	2015-12-04 03:52:16 UTC (rev 193398)
+++ trunk/Websites/webkit.org/.htaccess	2015-12-04 03:58:25 UTC (rev 193399)
@@ -45,6 +45,8 @@
 Redirect 301 /coding/technical-articles.html /blog/
 Redirect 301 /conference /meeting/
 Redirect 301 /contact.html /getting-started/#staying-in-touch
+Redirect 301 /demos/index.html /demo-content/
+RedirectMatch 301 ^/demos/$ /demo-content/
 RedirectMatch 301 ^/projects/ /project/
 Redirect 301 /projects /project/
 Redirect 301 /quality/bugpriorities.html /bug-prioritization/

Modified: trunk/Websites/webkit.org/ChangeLog (193398 => 193399)


--- trunk/Websites/webkit.org/ChangeLog	2015-12-04 03:52:16 UTC (rev 193398)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-04 03:58:25 UTC (rev 193399)
@@ -1,5 +1,11 @@
 2015-12-03  Timothy Hatcher  <[email protected]>
 
+        Add redirects for the demos folder.
+
+        * .htaccess:
+
+2015-12-03  Timothy Hatcher  <[email protected]>
+
         Remove duplicate redirect.
 
         * .htaccess:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to