Quote Originally Posted by countrycharm View Post
Perhaps you do not have the latest version, or perhaps when you upgraded you missed 1 or more files. Latest version is 3.8.5 btw you can download it here

Post your .htaccess fle here so I can take a look at it, if you are using the latest version of simple seo.
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