- From: CVS User lsilli <cvsmail@w3.org>
- Date: Thu, 31 Oct 2013 09:19:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide In directory roscoe:/tmp/cvs-serv3378/html-xhtml-author-guide Modified Files: html-xhtml-authoring-guide.html .htaccess Log Message: Refactoring: Retry 3: Trying to fix the redirect to the new directory. --- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/10/31 09:03:09 1.144 +++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/10/31 09:19:50 1.145 @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> + <head> + <title>Moved document</title> + <meta charset="UTF-8"/> + <meta http-equiv="refresh" content="10" /> + </head> + <body> + <p>This page has moved to <a href="http://dev.w3.org/html5/html-polyglot/html-polyglot">http://dev.w3.org/html5/html-polyglot/html-polyglot</a></p> + </body> +</html> \ No newline at end of file --- /sources/public/html5/html-xhtml-author-guide/.htaccess 2013/10/31 09:13:02 1.11 +++ /sources/public/html5/html-xhtml-author-guide/.htaccess 2013/10/31 09:19:50 1.12 @@ -1,4 +1,2 @@ AddType text/html;charset=utf-8 .html -RewriteEngine On -//301 Redirect Old File -Redirect 301 /dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html http://dev.w3.org/html5/html-polyglot/html-polyglot.html +DirectoryIndex html-xhtml-authoring-guide.html
Received on Thursday, 31 October 2013 09:19:51 UTC