Jump to content

Can't get old site's URL redirects to work within PrestaShop


Recommended Posts

My old site was on BigCommerce, so I was hoping to redirect the most popular products over to the new store, but I get a 404.

 

Going through cPanel, I did this: 

“fractalspin.com/products/Electronic-Musicians-Emergency-Adapters.html” is currently being redirected to:http://fractalspin.com/home/17-electronic-musician-s-emergency-adapters.html
which resulted in .htaccess code added at the end:

RewriteCond %{HTTP_HOST} ^fractalspin\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.fractalspin\.com$
RewriteRule ^products\/Electronic\-Musicians\-Emergency\-Adapters\.html$ "http\:\/\/fractalspin\.com\/home\/17\-electronic\-musician\-s\-emergency\-adapters\.html" [R=301,L]
 

And I get a 404 error wrapped in Prestashop:

 

TJqN0Gy.png

 

 

 

Any idea how to fix this? 

 

Thanks!

Edited by qzelle (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...