SEO Problem HELP!

I have activated the SEO add on, however when i click on a product it goes to 404 - File or directory not found.



I currently have this in .htaccess

DirectoryIndex index.html index.php



Options +FollowSymLinks



RewriteEngine on

Some hostings require RewriteBase to be uncommented

Example:

Your store url is [url]http://www.yourcompany.com/store/cart[/url]


I have already uninstalled and re installed the SEO so i know its active, it just will not go to the product page. If i disable SEO it works

# So "RewriteBase" should be:
# RewriteBase /store/cart
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !\.(png|gif|ico|swf|jpe?g|js|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?sef_rewrite=1 [L,QSA]

RewriteRule ^(.*)images/product/(.*) $1watermark.php?src=images/product/$2
RewriteRule ^(.*)images/category/(.*) $1watermark.php?src=images/category/$2
RewriteRule ^(.*)images/detailed/(.*) $1watermark.php?src=images/detailed/$2
RewriteRule . index.php?sef_rewrite=1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} .*\/catalog\/.*
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteRule . index.php?sef_rewrite=1 [L,QSA]



I have no idea whats wrong can anyone help.
site [url]www.free-mobiles2u.co.uk[/url]

Find the product_id of the product.

Look at the cscart_seo_names table and look for the ‘name’ with a ‘type’ == ‘p’.



If you find more than one entry, delete the oldest one (usually the smallest ‘object_id’).



I have found that sometimes installing/uninstalling seo will cause duplicate entries for names and it finds the first one (that is obsolete) and never sees the 2nd.

Try clearing the cache.