Quote Originally Posted by hitch View Post
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
Further to this i have done a Fresh install of zencar t1.3.9f, the latest module manager, and the SSU 3.8.5 and get the same result. I think this means its an internal conflict between the software, or a problem with my htaccess and server however i have tried every option i can find on the htaccess with no success. No errors just the index page re loads on every url clicked (yet the url looks correct)

Does anyone else have this set up working on 1.3.9f? Can anyone help?

Thanks All