Jump to content

Customer log in problem .. please help


Recommended Posts

Hi
I have installed the new v1.2.3 and i have problem with customer log in .
for a new account there is no issue and the user can register but next log in the site come blank with a message (502 Bad Gateway) the issue with all browser ( IE , Firefox and opera) when i have check up the cookies i found :
Name : f7a12f4b4aa7f853d2dccb777b5ced14
content :iioMcyMWjsc=Ol9egvYgjek=PcCIz3Cu5SA=+L5VzoUrrzA=VD31A5oRAUM=z6dQYlxXYIE=Sfr//FCEzn0=suVAFIxJP+0=QhgOfVUokGI=7xeXyEag4x4=1fmrE+yiW0Q=vSoBAn7f1eY=kZnjBcbXRlA=5M8Rj3Wrg98=kswBmgcnWvo=wMuNdMwdcKI=04BYJ31HdII=s9cI5QPy6Fw=
Domain:emacc.com.au
path: /

and there is no more cookies content like : __utmb , __utmc , __utma and __utmz .
any idea to resolve this issue .
www.emacc.com.au

Thank you
adam

Link to comment
Share on other sites

My htaccess file
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

# URL rewriting module activation
RewriteEngine on

# URL rewriting rules
RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2$3.jpg [L,E]
RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E]
RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E]
RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E]
RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E]
RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2$4 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$1$3 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E]
RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]
RewriteRule ^lang-([a-z]{2})/(.*)$ /$2?isolang=$1 [QSA,L,E]

# Catch 404 errors
ErrorDocument 404 /404.php

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...