rdcarreras Posted August 12, 2011 Share Posted August 12, 2011 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 More sharing options...
Carl Favre Posted August 19, 2011 Share Posted August 19, 2011 Hi rdcarreras, Have you checked this page : http://www.prestashop.com/forums/topic/113685-fresh-install-of-1425-cant-access-backend-redirect Link to comment Share on other sites More sharing options...
samarh32 Posted August 29, 2011 Share Posted August 29, 2011 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 More sharing options...
Mike Kranzler Posted August 30, 2011 Share Posted August 30, 2011 Hi rdcarreras, Please try the suggestion from samarh32 above, and even check out her thread relating to this issue here for more information. Let us know if that works for you! -Mike 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