Jump to content

Godaddy, Eternal Loop In Admin/Loginpage


Recommended Posts

I have my PretaShop at Godaddy in a Linux deluxe plan

Today I am installing Presta and I can not enter in my Back office yet.

user correct

pass correct

and always I return to login page

 

I have this server few years ago and I think that the .ini it is very simple

 

 

register_globals = off

allow_url_fopen = off

display_errors = off

 

expose_php = Off

max_input_time = 2800

variables_order = "EGPCS"

extension_dir = ./

upload_tmp_dir = /tmp

upload_max_filesize = 80M

post_max_size = 80M

precision = 12

SMTP = relay-hosting.secureserver.net

url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="

cgi.fix_pathinfo = 1

extension=php_gd2.dll

 

 

allow_url_fopen = On

 

 

[Zend]

zend_extension=/usr/local/zo/ZendExtensionManager.so

zend_extension=/usr/local/zo/4_3/ZendOptimizer.so

cgi.fix_pathinfo=1

cgi.fix_pathinfo=1

magic_quotes_gpc=off

 

 

and my .htaccess don't exist because never I need before

somebody can help me?

Link to comment
Share on other sites

  • 2 weeks later...

Hi all

I'd like to share my experience. I have been facing a login loop on my admin back office for a week now after I uploaded my prestashop to my live server.

Could not know why but at last, I found that the base path of my shop in /config/setting.inc.php was

 

define('__PS_BASE_URI__', './'); I replaced "./" by "/" and it worked. I have no more login loops.

taraaaa....

hope this helps....

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...