pblanc Posted October 24, 2010 Share Posted October 24, 2010 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 More sharing options...
pblanc Posted October 24, 2010 Author Share Posted October 24, 2010 href pb is solved by adding these lines in the .htaccess file :SetEnv PHP_VER 5SetEnv REGISTER_GLOBALS 0Bu still no way to login into the admin interface. How can i debug this problem ? Link to comment Share on other sites More sharing options...
pblanc Posted October 24, 2010 Author Share Posted October 24, 2010 modifying .htaccess doesn't solve the problemIn 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now