- From: CVS User mirror <cvsmail@w3.org>
- Date: Mon, 27 Jun 2022 10:50:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5 In directory rastaban:/u/source_public_checkout/html5 Modified Files: .htaccess Log Message: add missing redirect --- /sources/public/html5/.htaccess 2015/10/08 21:34:58 1.43 +++ /sources/public/html5/.htaccess 2022/06/27 10:50:23 1.44 @@ -1,20 +1,4 @@ -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 -RedirectMatch permanent /html5/s/html.rnc http://dev.w3.org/html5/spec/ -RedirectMatch permanent /html5/s/xml.rnc http://dev.w3.org/html5/spec/ -RedirectMatch permanent /html5/s/html-microdata-rdfalite.rnc http://dev.w3.org/html5/microdata-rdfa/ -RedirectMatch permanent /html5/s/xml-microdata-rdfalite.rnc http://dev.w3.org/html5/microdata-rdfa/ -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/ -RedirectMatch permanent /html4-differences/ https://html-differences.whatwg.org/ -RedirectMatch permanent /markup/(.*) http://w3c.github.io/html-reference/$1 -RedirectMatch permanent /webvtt/(.*) https://w3c.github.io/webvtt/$1 -DefaultIcon /icons/text.gif -HeaderName HEADER.html -ReadmeName FOOTER.html -IndexIgnore FOOTER.html HEADER.html html5.png -IndexOptions NameWidth=* +SuppressHTMLPreamble +FancyIndexing +SuppressSize +SuppressDescription -IndexOrderDefault Ascending Name -AddIcon /html5/html5.png ^^DIRECTORY^^ +RewriteEngine on +RewriteBase /html5 +RewriteRule ^html-author/charref(.html)?$ https://html.spec.whatwg.org/multipage/named-characters.html [R=301,L] +RewriteRule ^(.*)$ https://html.spec.whatwg.org/multipage/$1 [R=301,L]
Received on Monday, 27 June 2022 10:50:25 UTC