Jump to content

[SOLVED]I am passing from zencart to prestashop how to redirect 2000 product links?


giuly

Recommended Posts

Hello I have about 2000 products on zencart and I am configuring all to pass to prestashop.
I have a .htaccess with configuration of categories and products on zencart (and module of ssu simple seo).
How can I move all products and categories to another htaccess with categories and products on prestashop?

I attach my htaccess of zencart
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /

#redirect301 per dire a google che sito.it e www.sito.it sono la stessa cosa 2 righe
rewritecond %{http_host} ^mysite.it
rewriterule ^(.*)$ http://www.mysite.it/$1 [r=301,L]

# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU

I would that all links (categories and product in link of product) were redirect to new store.
Someone please has any idea on how to do?
thanks

Link to comment
Share on other sites

  • 1 month later...

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...