Redirecting Old Domain on Shopify to a New Woccomerce Website New Domain Name

zwayny

Newbie
Aug 14, 2020
31
9
I have a store on Shopify it was not doing good with sales but it is aged and have good authority. I decided to rebrand by using a new domain name and used a woocomerce plugin to built my new website. Of course, I want to cancel my shopify subscription and do 301 redirect to the new website, page by page, produc by product and category by category. Old domain name is registered with namecheap and so is the new domain and it is hosted on Namecheap.

All products have the same structure on both the new and old website, but there are a few changes with category names.

I am not sure where to start. Can someone give me some ideas or direction.
 
@Diablo9975
So I need to recreate another woocommerce website using the old domain name and host it on name cheap. Then use the .htaccess file to redirect to the new website. Right?
If limited urls are their you can do it manually using .htaccess

add in old domain .htaccess file
Redirect 301 http://old_domain.com/page1 http://new_domain.com/page1
 
@Diablo9975
So I need to recreate another woocommerce website using the old domain name and host it on name cheap. Then use the .htaccess file to redirect to the new website. Right?
Not need to recreate it
just add in old domain .htaccess file

say if old url is http://old_domain.com/subname/page1 to http://new_domain.com/subname/page1
it must be added like on old domain
Redirect 301 /subname/page1 http://new_domain.com/subname/page1
or you changed url structure and need other url then
Redirect 301 /subname/page1 http://new_domain.com/subname/newstructure/page1
(notice not added old_domain.com )

if you want you can send me all url lists that you want to redirect to new ones
i will create and send you .htaccess
(Its as a help free, not paid job to be clear.)
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock