html5 .htaccess,1.35,1.36

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

Modified Files:
	.htaccess 
Log Message:
updated

Index: .htaccess
===================================================================
RCS file: /sources/public/html5/.htaccess,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- .htaccess	10 Oct 2012 11:57:22 -0000	1.35
+++ .htaccess	10 Oct 2012 11:59:39 -0000	1.36
@@ -1,5 +1,6 @@
 RewriteEngine On
-RewriteRule ^/html5/spec/(.*)$ http://dev.w3.org/html5/github-html/heartbeat/$1 [P,L]
+RewriteBase /html5/spec
+RewriteRule ^(.*)$ http://dev.w3.org/html5/github-html/heartbeat/$1 [P,L]
 Redirect 410 /html5/core
 RedirectMatch permanent /html5/editing-api http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html
 RedirectMatch permanent /html5/html-api-map http://dvcs.w3.org/hg/html-api-map/raw-file/tip/Overview.html

Received on Wednesday, 10 October 2012 11:59:47 UTC