Hello, @luke, I have the same issue @aaronconway7 has, I want to make www.smb.im/smblog
to become blog.smb.im/
instead, even though the subdomain blog.smb.im
is added on Netlify production domains, and even though I coded this in netlify.toml
in my repository:
[[redirects]]
from = "https://blog.smb.im/*"
to = "https://smb.im/smblog/:splat"
status = 200
force = true
But its still showing the content of www.blog.im
when i’m in blog.smb.im
.
EDIT: IT WORKED! There was just a typo in the code lol
But i have another issue, it redirected to www.smb.im/smblog
, it didn’t stay as blog.smb.im
, how can I fix this issue?