giuly Posted December 24, 2010 Share Posted December 24, 2010 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 SSUOptions +FollowSymLinks -MultiViewsRewriteEngine 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 righerewritecond %{http_host} ^mysite.itrewriterule ^(.*)$ http://www.mysite.it/$1 [r=301,L]# Deny access from .htaccessRewriteRule ^\.htaccess$ - [F]RewriteCond %{SCRIPT_FILENAME} !-fRewriteCond %{SCRIPT_FILENAME} !-dRewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]#### EOF SSUI 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 More sharing options...
Nick_Djinn Posted February 3, 2011 Share Posted February 3, 2011 Dont everyone help him at once. Link to comment Share on other sites More sharing options...
giuly Posted February 3, 2011 Author Share Posted February 3, 2011 at the end I paid to a seo expert.done Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now