From a1e3faa2a6ae6d5ede5068341b76461681646e5d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 1 Dec 2021 12:36:28 +0100 Subject: [PATCH] made press link matching a bit cleaner --- main/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/.htaccess b/main/.htaccess index efdccde..66f6c52 100644 --- a/main/.htaccess +++ b/main/.htaccess @@ -14,7 +14,7 @@ RewriteBase / RewriteRule ^blog-(.*)$ "https://ellpeck.de/blog/$1" [R=301,L] RewriteRule ^minecraft-stuff/?$ "https://ellpeck.de/projects" [R=301,L] RewriteRule ^mc/?$ "https://ellpeck.de/projects" [R=301,L] -RewriteRule ^press/?(.*)$ "https://press.ellpeck.de/$1" [R=301,L] +RewriteRule ^press(/.*)?$ "https://press.ellpeck.de$1" [R=301,L] RewriteRule ^tinylife/?$ "https://tinylifegame.com" [R=301,L] RewriteRule ^foefrenzy/?$ "https://store.steampowered.com/app/1194170/" [R=301,L]