Hi Yellow,
Universal RewriteRules:
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=permanent,L]
RewriteCond %{HTTPS_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=permanent,L]
Printable View
Hi Yellow,
Universal RewriteRules:
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=permanent,L]
RewriteCond %{HTTPS_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=permanent,L]
Can you replicate the problem on this demo site using 2.9.6:
http://demo.rubikintegration.com/zencart/
Yellow - It just worked fine on your demo site. Difference I see in your setup if having a .html suffix. Wheras I don't have any, could this create the problem?
Additionally, when you login on the demo site, you are simply redirected to /index.html , on mine it is redirecting to the following... /index/?zenid=i1a06tsrgv0jkd276n2o01fc84? zenid=i1a06tsrgv0jkd276n2o01fc84
So the homepage is /index with no suffix., why would it then be adding the / and duplicating the ?zenid
Any ideas? To see first hand, clear cache and use the login details I sent you if that helps.
Thanks, Chris
I would suggest redownloading the package and upload it again, see if that helps first.
I turned off extension on the demo btw, do you get the error now?
No, still no error on the demo site. I will reupload the package now and let you know.
Chris
Problem still exists.
Can I not exclude the whole of the login process? It works perfectly through checkout and registration, categories and products, it's purely the login functionality
Chris
Problem still exists with login in the exclude list. It seems to be when it redirects to the homepage. With yours you get a perfect url, with mine you get a random / and the durplicate zenid.
What is it that generates that zenid? any way to remove it?
Any ideas if there would be a way to specify a particular generic 'success' page for after login? rather than it directing back the previous page? I just need a workaround of some sort for now. The site is live and it is essential I have the mod functioning for the cats and prods.
Oh the joys!
Chris