简体   繁体   中英

redirect all url from a root domain to a subdomain, except homepage

I had the following wordpress multisite:

mysite.com
city2.mysite.com
city3.mysite.com

that became these:

mysite.com
city1.mysite.com
city2.mysite.com
city3.mysite.com

mysite.com should become a single landing page and i want all the urls starting like mysite.com/myurl redirecting to city1.mysite.com/myurl .

Note that all the websites use the same .htaccess .

I tried to implement a lot of examples found on Stackoverflow, but none of them covered this case and my attempts to adapt the code didn't work.

Thank you,

Bru

This is a helpful plugin: https://wordpress.org/plugins/simple-301-redirects/

I have not used in multisite, but I feel it should be fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM