Force redirect (#9622)
This commit is contained in:
parent
d949307364
commit
48d9c28adb
1 changed files with 4 additions and 0 deletions
|
|
@ -11,18 +11,22 @@
|
|||
from = "http://docs.dev.to"
|
||||
to = "http://docs.forem.com"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "https://docs.dev.to"
|
||||
to = "https://docs.forem.com"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "http://docs.dev.to/*"
|
||||
to = "http://docs.forem.com/*"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "https://docs.dev.to/*"
|
||||
to = "https://docs.forem.com/*"
|
||||
status = 301
|
||||
force = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue