I am putting my new ghost site at www.domain.com
and moving existing content to subdomain.domain.com
. Is this possible with redirects.json?
{
"from": "/path",
"to": "https://subdomain.domain.com/path",
"permanent": true
}
]
I am putting my new ghost site at www.domain.com
and moving existing content to subdomain.domain.com
. Is this possible with redirects.json?
{
"from": "/path",
"to": "https://subdomain.domain.com/path",
"permanent": true
}
]
Ignore, turns out it was a browser caching issue. Works in incognito window.