Cation Posted December 22, 2009 Posted December 22, 2009 Hello, I'm having some problems with login and registration pages, it just dont work, when you click, it load for a long time and get to nothing http://lojadeitenspriston.fh50.com/ I hvent seen anything like this. Please some1 help me Thanks Cation
germ Posted December 22, 2009 Posted December 22, 2009 Hello, I'm having some problems with login and registration pages, it just dont work, when you click, it load for a long time and get to nothing http://lojadeitenspriston.fh50.com/ I hvent seen anything like this. Please some1 help me Thanks Cation The links are HTTPS If you don't have a SSL certificate installed you need to turn SSL OFF in your configure file. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
germ Posted December 23, 2009 Posted December 23, 2009 In the includes FOLDER (catalog and admin) where the normal configure.php files are there is a FOLDER named local On some installs there may be a configure.php inside the local FOLDER (catalog and admin) If there is, anything in it overrides anything in the normal configure.php files. Check for the "other" configure file. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Cation Posted December 23, 2009 Author Posted December 23, 2009 there is no other configure.php the problem is the https pages like login still load as https not http(with ssl disabled)
germ Posted December 24, 2009 Posted December 24, 2009 there is no other configure.php the problem is the https pages like login still load as https not http(with ssl disabled) In the configure file change: define('HTTPS_SERVER', 'https://lojadeitenspriston.fh50.com'); to define('HTTPS_SERVER', 'http://lojadeitenspriston.fh50.com'); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.