Namielus Posted March 16, 2006 Posted March 16, 2006 Hi! At first I was unable to acces the "create account" page at all, but I read somewhere to disable the SSL feature in the main page by entering "false" on line 16 in the code. After that, the main page, and all other, still link to "https:", however, if i remove the s and just type http:// in front of the url, the create account page now work. Upon filling out all necessary information in create account, the same error occurs after submitting. It links to https. I dont know anything about how do setup SSL, and I know very little about php. So is there any way someone could explain exactly how to change the links to http: and make the whole page work without https. heres the page so far, the banner and everything is just temporary: http://www.skvadronen.com/Butikk/catalog/ I started working on this yesterday, And I am about as newbie as you could imagine, I had to spend a whole lot of time just to figure out where to set up mySQL at on my server.
Guest Posted March 16, 2006 Posted March 16, 2006 I dont know what you mean when you says "main page" but the 2 files you have to edit are catalog/includes/configure.php and admin/includes/configure.php Change this: define('ENABLE_SSL', true); // secure webserver for checkout procedure? to: define('ENABLE_SSL', false); // secure webserver for checkout procedure? The_Bear
Namielus Posted March 16, 2006 Author Posted March 16, 2006 I dont know what you mean when you says "main page" but the 2 files you have to edit are catalog/includes/configure.php and admin/includes/configure.php Change this: define('ENABLE_SSL', true); // secure webserver for checkout procedure? to: define('ENABLE_SSL', false); // secure webserver for checkout procedure? The_Bear Im sorry for not being very spesific, I didnt get it right at all when I wrote "mainpage". Have no idea where I got that from :P.. Yes admin/includes/configure.php that is what I did, it now says "false". The problem is that all links still have https and therefore it does not work.
Namielus Posted March 16, 2006 Author Posted March 16, 2006 I got it working, I wasnt uploading the configure.php file to the correct folders. thanx.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.