URL and server redirections fail
-
I have multiple domains pointed to the same server with the structure:
my.domain.com
my.domain.fi
my.domain.dk
my.domain.noI want to make redirects specific to each domain, but when I try to use match:”URL and server” the redirect does not work. “url only” does work, but i need them to be domain specific, e.g.
my.domain.fi/products = https://my.domain.fi/tuotteet/
my.domain.dk/products = https://my.domain.dkprodukter/
my.domain.no/products = https://my.domain.dk/vare-produkter/Setup:
Source URL: /products
Match: URL and server
server: https://my.domain.fi
match Target: /tuotteet/ERROR
Check redirect for: https://my.domain.fi/products/
Expected: 302 to https://my.domain.fi/tuotteet/
Found: 404
Agent: Not using Redirection—-
This issue is specifically with “URL and server”. “url only” redirections work without issue, but don’t meet my use case.
I have site caching disabled and have hard cleared the cache, but no luck.
Where am I going wrong?
- The topic ‘URL and server redirections fail’ is closed to new replies.