Problem In Localhost Seo

I have installed and moved the cs-cart backup 3.0.6 pro to my localhost server.



I am using the default .htaccess file.



DirectoryIndex index.html index.php





RewriteEngine on

Pleas note that RewriteBase setting is obsolete use it only in case you experience some problems with SEO addon.

Some hostings require RewriteBase to be uncommented

Example:

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

So “RewriteBase” should be:

RewriteBase /store/cart

RewriteBase /csc3 → My csc installed on subdirectory on localserver

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]







But whenever i try to view any products, it is showing not found. I edit the config.local file but still there was the same problem.



Please help