Aquileo | public-html-commits Mail Archiveshttps://lists.w3.org/Archives/Public/public-html-commits/feed.atom2022-09-14T09:06:57+00:00W3C Mailing List ArchiverAquileo | CVS html5CVS User mirrorcvsmail@w3.orgmid:E1oYOMB-008fES-Pw@rastaban.w3.org2022-09-14T09:06:57+00:00
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]