Update of /sources/public/html5 In directory rastaban:/u/source_public_checkout/html5 Modified Files: .htaccess Log Message: don't redirect /html5/html-sourcing-inband-tracks/ per https://lists.w3.org/Archives/Team/sysreq/2022Sep/0087.html --- /sources/public/html5/.htaccess 2022/06/27 11:05:48 1.45 +++ /sources/public/html5/.htaccess 2022/09/14 09:06:55 1.46 @@ -1,3 +1,4 @@ RewriteEngine on RewriteBase /html5 +RewriteCond %{REQUEST_URI} !^/html5/html-sourcing-inband-tracks/ RewriteRule ^(.*)$ https://html.spec.whatwg.org/multipage/$1 [R=301,L]