Oldest known version of this page was edited on 2009-07-23 07:30:17 by KryptronicWebmaster []
Page view:
Rewriting your CCP 6 SEO links for CCP 7
If you already have your CCP version 6 links indexed by the search engine you may maintain your search engine positioning by telling the search engines where they may find things when you switch to CCP version 7.
The following rules are for Apache and will convert all CCP base and UK (GBU) URLs over with redirects. These rules would be applied above any SEO rules you have already in a .htaccess file for CCP. These assume you have standard SEO turned on in CCP version 6 and CCP version 7 and do
not take into account HDSEO URLs - which probably won't change from install to install.
RewriteRule ^ccp0-display/(.*)\.html$ cms-display/$1\.html [R=permanent]
RewriteRule ^ccp0-dynform/(.*)\.html$ cms-dynform/$1\.html [R=permanent]
RewriteRule ^ccp0-(.*)/(.*)\.html$ ecom-$1/$2\.html [R=permanent]
RewriteRule ^gbu0-display/(.*)\.html$ cms-display/$1\.html [R=permanent]
RewriteRule ^gbu0-dynform/(.*)\.html$ cms-dynform/$1\.html [R=permanent]
RewriteRule ^gbu0-(.*)/(.*)\.html$ ecom-$1/$2\.html [R=permanent]
ClickCartPro 7 and EuropaCart 7 - Getting Started
ClickCartPro 7 and EuropaCart 7 - Store Component
ClickCartPro 7 and EuropaCart 7 - System Component