- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 03 Mar 2012 07:30:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16096 Modified Files: .htaccess Log Message: video.html Index: .htaccess =================================================================== RCS file: /sources/public/html5/spec/.htaccess,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- .htaccess 3 Mar 2012 07:26:01 -0000 1.11 +++ .htaccess 3 Mar 2012 07:30:32 -0000 1.12 @@ -1,4 +1,5 @@ RedirectMatch permanent /html5/spec/author http://dev.w3.org/html5/spec-author-view/ +RedirectMatch permanent /html5/spec/video.html http://dev.w3.org/html5/spec/the-video-element.html DirectoryIndex spec.html AddHandler cgi-script .py Options +ExecCGI @@ -7,4 +8,3 @@ RewriteEngine on RewriteRule ^status.html$ http://people.w3.org/mike/html5/spec/toc-status.xml [P,L] RewriteRule ^get-annotations.py$ http://people.w3.org/mike/html5/spec/get-all-annotations.py [P,L] -RewriteRule ^video.html(.*)$ http://dev.w3.org/html5/spec/the-video-element.html$1 [P,L]
Received on Saturday, 3 March 2012 07:30:36 UTC