Jump to content

wrong href and can't login


Recommended Posts

Hi there,

I would like to install th latest version of prestashop (1.3.2.2.3) and xampp 1.7.3a . I have 2 problems :

1/ no way to login on admin pages. I have seen there is some issues with old php versions but the version that I use seems to be ok : (php 5.3.1)

2/ the href generated by prestashop are not well formated :
href=“http://www.domain.com, http://www.domain.com/prestashop/category.php?id_category=3”

Any help will be appreciated

Link to comment
Share on other sites

modifying .htaccess doesn't solve the problem

In fact the href pb is due to an unexpected behavior : Prestashop use the header X-Forwarded-For to generate href.
It is a probleme when you use a reverseproxy in front of prestashop.
A bug has been open to generate relatives href without the servername :

href="/somewhere"
instead of :
href="http://www.bebsite.com/somewhere"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...