From d43b3923d3c2b1999befd4717e3bc736dc7a20c1 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Fri, 19 May 2023 19:53:26 +0000 Subject: [PATCH] .htaccess: Fix glossary redirect --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 454c2a3f21..d6fc6985f8 100644 --- a/.htaccess +++ b/.htaccess @@ -28,7 +28,6 @@ Redirect 301 /memory.html http://wiki.dlang.org/Memory_Management Redirect 301 /windows.html http://wiki.dlang.org/D_for_Win32 Redirect 301 /getstarted.html http://wiki.dlang.org/Getting_Started Redirect 301 /tools.html http://wiki.dlang.org/Development_tools -Redirect 301 /glossary.html http://wiki.dlang.org/spec/glossary.html Redirect 301 /bugstats.php /bugstats.html Redirect 301 /bugstats.php.html /bugstats.html @@ -56,7 +55,8 @@ RewriteRule ^(spec|intro|lex|grammar|module|declaration|type|property|\ attribute|pragma|expression|statement|arrays|hash-map|struct|class|interface|\ enum|const3|function|operatoroverloading|template|template-mixin|contracts|\ version|traits|errors|unittest|garbage|float|iasm|ddoc|interfaceToC|\ -cpp_interface|objc_interface|portability|entity|memory-safe-d|abi|simd)\ +cpp_interface|objc_interface|portability|entity|memory-safe-d|abi|simd|\ +glossary)\ (\.html)?$ \ spec/$1.html [R=301,L]