CVS html5/html-author

Update of /sources/public/html5/html-author
In directory rastaban:/u/source_public_checkout/html5/html-author

Modified Files:
	.htaccess 
Log Message:
move redirect

--- /sources/public/html5/html-author/.htaccess	2022/06/24 06:20:39	1.1
+++ /sources/public/html5/html-author/.htaccess	2022/06/27 11:05:48	1.2
@@ -1,4 +1,5 @@
 DirectoryIndex Overview.html
 RewriteEngine on
 RewriteBase /html5/html-author
+RewriteRule ^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 11:05:50 UTC