mmstoned Posted January 4, 2009 Share Posted January 4, 2009 Hello All! I recently changed my admin/configure.php file from this: define('HTTP_SERVER', 'http://simple-wifi.com'); to this define('HTTP_SERVER', 'https://simple-wifi.com'); and am no longer able to login to my admin section. I'm using the same password that I did before. The password works just fine if it remove the "s" and reuplod it. Does anybody have any thoughts or suggestions on this? Thanks! Jeff Link to comment Share on other sites More sharing options...
FIMBLE Posted January 4, 2009 Share Posted January 4, 2009 did you set the SSL to true also Jeff? Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
mmstoned Posted January 4, 2009 Author Share Posted January 4, 2009 Are you reffering to this line: define('ENABLE_SSL_CATALOG', 'true'); It initiall read "false" so I changed it and uploaded. I still get " Error: Invalid administrator login attempt." in the pink bar across the top. Link to comment Share on other sites More sharing options...
FIMBLE Posted January 4, 2009 Share Posted January 4, 2009 yes, thats it. Do you have SSL? your main store does not load when https in entered Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
FIMBLE Posted January 4, 2009 Share Posted January 4, 2009 ah i see you need to enter in https://www.simple-wifi.com/admin change define('HTTP_SERVER', 'https://simple-wifi.com'); to define('HTTP_SERVER', 'https://www.simple-wifi.com'); Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
mmstoned Posted January 4, 2009 Author Share Posted January 4, 2009 Great! That took care of it! Thanks a million! Link to comment Share on other sites More sharing options...
FIMBLE Posted January 4, 2009 Share Posted January 4, 2009 no problems :-) Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.