Hi Guys,
I have been using this mod for the last few years.
I have upgrade to 1.3.9f, and upgraded the latest Module manager, and SSU 3.8.5.
It all looks good and like it should be working however every link i click on returns the home page/index only. I have tried to do a whole lot of problem solving myself but cannot isolate whats causing it. I think the htaccess file is not working. What i have is below.
Does anyone smarter than i have any ideas for me to try?
#### 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 /
# 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
Bookmarks