adds some basic URL redirecting (/blog→/posts,/[category]→/posts)
This commit is contained in:
parent
0fa263333d
commit
5978dfd09e
1 changed files with 5 additions and 0 deletions
5
static/.htaccess
Normal file
5
static/.htaccess
Normal file
|
@ -0,0 +1,5 @@
|
|||
RewriteEngine on
|
||||
|
||||
Redirect permanent "/blog" "/posts"
|
||||
Redirect permanent "/amateur-radio" "/posts"
|
||||
Redirect permanent "/computerstuff" "/posts"
|
Loading…
Reference in a new issue