Skip to content

Commit a4a0701

Browse files
authored
Merge pull request dlang#3613 from CyberShadow/pull-20230519-195326
.htaccess: Fix glossary redirect
2 parents 0574f08 + d43b392 commit a4a0701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Redirect 301 /memory.html http://wiki.dlang.org/Memory_Management
2828
Redirect 301 /windows.html http://wiki.dlang.org/D_for_Win32
2929
Redirect 301 /getstarted.html http://wiki.dlang.org/Getting_Started
3030
Redirect 301 /tools.html http://wiki.dlang.org/Development_tools
31-
Redirect 301 /glossary.html http://wiki.dlang.org/spec/glossary.html
3231

3332
Redirect 301 /bugstats.php /bugstats.html
3433
Redirect 301 /bugstats.php.html /bugstats.html
@@ -56,7 +55,8 @@ RewriteRule ^(spec|intro|lex|grammar|module|declaration|type|property|\
5655
attribute|pragma|expression|statement|arrays|hash-map|struct|class|interface|\
5756
enum|const3|function|operatoroverloading|template|template-mixin|contracts|\
5857
version|traits|errors|unittest|garbage|float|iasm|ddoc|interfaceToC|\
59-
cpp_interface|objc_interface|portability|entity|memory-safe-d|abi|simd)\
58+
cpp_interface|objc_interface|portability|entity|memory-safe-d|abi|simd|\
59+
glossary)\
6060
(\.html)?$ \
6161
spec/$1.html [R=301,L]
6262

0 commit comments

Comments
 (0)