The ZenID was hanging around in my URLS ever since I started my site, and I have never been able to fix it.....until now. I can not take credit for this, a fellow member of this forum emailed me telling me how he had fixed hos Zen ID problem.
There was another thread on this topic here
http://www.zen-cart.com/forum/showth...=153852&page=2
but it was closed for some reason.
Any way all I did was change my .htaccess file from this
#### BOF SSU
# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymLinks -MultiViews
Options +SymLinksIfOwnerMatch -MultiViews
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
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
to this
#### BOF SSU
# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymLinks -MultiViews
Options +SymLinksIfOwnerMatch -MultiViews
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
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
RewriteCond %{http_host} ^nintendoparts.com.au
RewriteRule ^(.*) http://www.nintendoparts.com.au/$1 [R=301,L]
#### EOF SSU
The friendly email also suggested changing in both configure.php files http:://nintendoparts.com.au to http://www.nintendoparts.com.au
apparently it makes the site faster, haven't done it yet though.
hope this helps someone



