简体   繁体   中英

htaccess redirect with old domain to new under same hosting

I have an old domain named mev-hongkong.com pointed to the same hosting of my new domain mothersenvogue.com.hk.

I am trying to apply a redirect of this page http://mev-hongkong.com/become-an-mev-member/ to its new url path which is https://mothersenvogue.com.hk/membership-privileges/

What rewrite rule should I apply for me to be able to pass the old url to its new domain counterpart?

Any help is very much appreciated.

Thanks!

This simple .htaccess rule should work

Permanent redirect from old-page to new-page

Redirect 301 /become-an-mev-member/ https://mothersenvogue.com.hk/membership-privileges/

as reference

https://gist.github.com/ScottPhillips/1721489

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