Annotation of html5/.htaccess, revision 1.46

1.44      mirror      1: RewriteEngine on
                      2: RewriteBase /html5
1.46    ! mirror      3: RewriteCond %{REQUEST_URI} !^/html5/html-sourcing-inband-tracks/
1.44      mirror      4: RewriteRule ^(.*)$  https://html.spec.whatwg.org/multipage/$1 [R=301,L]

Webmaster