html5/spec .htaccess,1.13,1.14

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12814

Modified Files:
	.htaccess 
Log Message:
updated

Index: .htaccess
===================================================================
RCS file: /sources/public/html5/spec/.htaccess,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- .htaccess	19 Mar 2012 06:32:51 -0000	1.13
+++ .htaccess	10 Oct 2012 12:01:01 -0000	1.14
@@ -1,6 +1,9 @@
 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
 RedirectMatch permanent /html5/spec/Overview.html http://dev.w3.org/html5/spec/single-page.html
+RewriteEngine On
+RewriteBase /html5/spec
+RewriteRule ^(.*)$ http://dev.w3.org/html5/github-html/heartbeat/$1 [P,L]
 DirectoryIndex spec.html
 AddHandler cgi-script .py
 Options +ExecCGI

Received on Wednesday, 10 October 2012 12:01:08 UTC