Thank you for updating the module. I have it installed on my wamp server using zen cart v1.5.1 and it works fine in IE10 and 11, but I get redirect looping on my android phone browser, and google chrome on my windows 7 pc. I have tried editing my .htaccess file to work around it, but the problem remains. This has shown me a lot about zen cart url handling, and it seems a little scary to say the least. Here is what my .htaccess file looks like:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "zc151" to the subfolder you install ZC.
# If you use root folder, change to: RewriteBase /
RewriteBase /zc151/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
# alternative rewrite rule, seem to work on GoDaddy hosts http://codeigniter.com/wiki/Godaddy_Installaton_Tips/
# to use it, please make sure you comment out the rewrite rule above, then uncomment the line below
# RewriteRule ^(.*)$ /index.php?$1 [L]
#### EOF SSU
Thanks in advance for anyone that can help solve the redirect loop issues.



Reply With Quote
