View Single Post
  #9  
Old 02-14-2008, 07:10 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Site problems after installing CDSEO mod from websitecm, help needed!!!

You have to have a different subfolder value for categories and for products, so they both cannot be surveillance-equipment. You should change one (perhaps for example change $cdseo_prod to surveillance-products) in your cdseo_config.php file and then update your .htaccess as follows:

DirectoryIndex home.php index.html index.php
RewriteEngine On
RewriteRule ^surveillance-equipment/(.*)$ home.php [L]
RewriteRule ^surveillance-products/(.*)$ product.php [L]
Reply With Quote