[QUOTE=yellow1912;632519]Which usually means .htaccess is not set correctly[/QUOTE
Here is what i have:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^rickiesdiscountelectronics\.com$ [NC]
RewriteRule ^(.*)$ http://www.rickiesdiscountelectronics.com/$1 [R=301,L]
#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Not sure what i need to change


Reply With Quote
