- From: CVS User mirror <cvsmail@w3.org>
- Date: Wed, 14 Sep 2022 09:06:55 +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:
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]
Received on Wednesday, 14 September 2022 09:06:57 UTC