Skip to content

Commit

Permalink
add redirect rules for http
Browse files Browse the repository at this point in the history
  • Loading branch information
avosalmon committed Aug 13, 2023
1 parent 92a4d5c commit a6c26ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions netlify.toml
Expand Up @@ -18,12 +18,24 @@
to = "/courses/order"
status = 301

[[redirects]]
from = "http://www.hamasaki-shodo.com/*"
to = "https://sg.hamasaki-shodo.com/:splat"
status = 301
force = true

[[redirects]]
from = "https://www.hamasaki-shodo.com/*"
to = "https://sg.hamasaki-shodo.com/:splat"
status = 301
force = true

[[redirects]]
from = "http://hamasaki-shodo.com/*"
to = "https://sg.hamasaki-shodo.com/:splat"
status = 301
force = true

[[redirects]]
from = "https://hamasaki-shodo.com/*"
to = "https://sg.hamasaki-shodo.com/:splat"
Expand Down

0 comments on commit a6c26ff

Please sign in to comment.