Quote Originally Posted by chrismaddox3d View Post
Yep that is where i downloaded mine from,
Here is the code in the htaccess file in my root folder,
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /zencart/

# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
#RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
#### EOF SSU
A link to you site would be helpful.


If your store is located at

www.yoursite.com/store for example then you need

RewriteBase /store/

of your store is located at

www.yoursite.com

then you need to use

RewriteBase /