You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
377 B
13 lines
377 B
# Frontend Redirects
|
|
|
|
Redirect 301 /deleted-page/ https://website.com/new-page/
|
|
Redirect 302 /new-feature/ https://website.com/coming-soon/
|
|
|
|
# Admin Redirects
|
|
|
|
Redirect 301 /admin/ https://website.com/?login=true
|
|
|
|
# Test alignment
|
|
|
|
Redirect 301 /old-short-url/ https://website.com/new-short-url/
|
|
Redirect 301 /old-loooooooooong-url/ https://website.com/new-long-url/
|
|
|