Home > Enterprise >  redirect subdomain to wordpress category and map its post
redirect subdomain to wordpress category and map its post

Time:09-06

I have multiple subdomain that I want to redirect to another subdomain at category path and map the existing post URL on the old subdomain to the new subdomain

subdomainA [301 redirect]==> newsubdomain/index.php/housing

subdomainB [301 redirect]==> newsubdomain/index.php/garden

where housing,garden is a category

all subdomain is using Wordpress and has a post structure as follows

subdomainA/index.php/housing/article/get/postid

subdomainB/index.php/garden/article/get/postid

permalink setting is set up as follows

/index.php/

  • Related