added redirect for old blog posts
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
6be0f6cbaf
commit
5f565cffbb
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ RewriteRule ^projects/?$ "https://ellpeck.de/#projects" [NE,R=301,L]
|
|||
RewriteRule ^impressum/?$ "https://ellpeck.de/#impressum" [NE,R=301,L]
|
||||
RewriteRule ^privacy/?$ "https://ellpeck.de/#privacy" [NE,R=301,L]
|
||||
RewriteRule ^blog/?$ "https://ellpeck.de/#blog" [NE,R=301,L]
|
||||
RewriteRule ^blog-(.*)$ "https://ellpeck.de/blog/$1" [NE,R=301,L]
|
||||
RewriteRule ^mc/?$ "https://ellpeck.de/minecraft-stuff" [R=301,L]
|
||||
RewriteRule ^minecraft-stuff/?$ "https://ellpeck.de/projects" [R=301,L]
|
||||
RewriteRule ^yt/?$ "https://www.youtube.com/c/ellpeck" [R=301,L]
|
||||
|
|
Loading…
Reference in a new issue