- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Oct 2012 11:50:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5 In directory hutz:/tmp/cvs-serv6777 Modified Files: .htaccess Log Message: updated Index: .htaccess =================================================================== RCS file: /sources/public/html5/.htaccess,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- .htaccess 27 Feb 2012 15:39:26 -0000 1.29 +++ .htaccess 10 Oct 2012 11:50:09 -0000 1.30 @@ -8,6 +8,9 @@ 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 +RewriteBase /html5 +RewriteRule ^/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:50:17 UTC