diff options
-rw-r--r-- | website/extra/htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/extra/htaccess b/website/extra/htaccess index d2c7a292..e5cb28fd 100644 --- a/website/extra/htaccess +++ b/website/extra/htaccess @@ -71,3 +71,6 @@ RewriteRule ^features/experimental/${pg?no_esc}(\.html)?/?$ /features/experiment RewriteRule ^presentations/7lessons$ /presentations/7lessons.html [L,END] RewriteRule ^presentations/7lessons(\.html)?/?$ /presentations/7lessons [NC,R=301] RewriteRule ^presentations/7mistakes(\.html)?/?$ /presentations/7lessons [NC,R=301] + +RewriteRule ^tidelift$ /tidelift.html [L,END] +RewriteRule ^tidelift(\.html)?/?$ /tidelift [NC,R=301] |