html5 .htaccess,1.31,1.32

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

Modified Files:
	.htaccess 
Log Message:
updated

Index: .htaccess
===================================================================
RCS file: /sources/public/html5/.htaccess,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- .htaccess	10 Oct 2012 11:51:34 -0000	1.31
+++ .htaccess	10 Oct 2012 11:53:49 -0000	1.32
@@ -1,3 +1,5 @@
+RewriteEngine On
+RewriteRule /html5/spec/(.*)$  http://dev.w3.org/html5/github-html/$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
@@ -8,8 +10,6 @@
 RedirectMatch permanent /html5/s/assertions.sch http://dev.w3.org/html5/spec/
 RedirectMatch permanent /html5/c/all/ http://dev.w3.org/html5/spec/
 RedirectMatch permanent /html5/c/microdata/ http://dev.w3.org/html5/md/
-RewriteEngine On
-RewriteRule /html5/spec/(.*)$  http://dev.w3.org/html5/github-html/$1 [P,L]
 DefaultIcon /icons/text.gif
 HeaderName HEADER.html
 ReadmeName FOOTER.html

Received on Wednesday, 10 October 2012 11:53:53 UTC