made press link matching a bit cleaner
This commit is contained in:
parent
b9c7dc9127
commit
a1e3faa2a6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RewriteBase /
|
||||||
RewriteRule ^blog-(.*)$ "https://ellpeck.de/blog/$1" [R=301,L]
|
RewriteRule ^blog-(.*)$ "https://ellpeck.de/blog/$1" [R=301,L]
|
||||||
RewriteRule ^minecraft-stuff/?$ "https://ellpeck.de/projects" [R=301,L]
|
RewriteRule ^minecraft-stuff/?$ "https://ellpeck.de/projects" [R=301,L]
|
||||||
RewriteRule ^mc/?$ "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 ^tinylife/?$ "https://tinylifegame.com" [R=301,L]
|
||||||
RewriteRule ^foefrenzy/?$ "https://store.steampowered.com/app/1194170/" [R=301,L]
|
RewriteRule ^foefrenzy/?$ "https://store.steampowered.com/app/1194170/" [R=301,L]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue