Diff for /html5/.htaccess between versions 1.34 and 1.35

version 1.34, 2012/10/10 11:56:52 version 1.35, 2012/10/10 11:57:22
Line 1 Line 1
 RewriteEngine On  RewriteEngine On
 RewriteRule /html5/spec/(.*) http://dev.w3.org/html5/github-html/heartbeat/$1 [P,L]  RewriteRule ^/html5/spec/(.*)$ http://dev.w3.org/html5/github-html/heartbeat/$1 [P,L]
 Redirect 410 /html5/core  Redirect 410 /html5/core
 RedirectMatch permanent /html5/editing-api http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html  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  RedirectMatch permanent /html5/html-api-map http://dvcs.w3.org/hg/html-api-map/raw-file/tip/Overview.html

Removed from v.1.34  
changed lines
  Added in v.1.35


Webmaster