Quote Originally Posted by yellow1912 View Post
Is this on the same server with your test site? Do you have a link? I need more info to be able to know what the problem is? Also post your htaccess here.
The test site is on my local PC.. the Server is i the US....

Thisis the .htaccess I'm using

#### 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 /home/mikedean/

# 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]