Guest Posted May 20, 2004 Posted May 20, 2004 help!!! i've got my ssl setup by my host. so i've done the install again & select SSL enable but now, i can go to the main pages but can't get into account.php or checkout_shipping.php pls help! my site is live online now!!!
Databuilder Posted May 20, 2004 Posted May 20, 2004 You did a reinstall to enable SSL? That was overkill. Check both configure.php files and make sure the settings are correct.
Guest Posted May 20, 2004 Posted May 20, 2004 define('ENABLE_SSL', false); change to define('ENABLE_SSL', true); but how come i cant get to the account.php page?
Databuilder Posted May 20, 2004 Posted May 20, 2004 I was able to create an account without any problem.
Guest Posted May 20, 2004 Posted May 20, 2004 yup. when i remove the SSL it's all ok but when i enable SSL the page fails to load
Databuilder Posted May 20, 2004 Posted May 20, 2004 Go ahead an re-enable SSL. Id like to see any errors, odd urls, etc.
Databuilder Posted May 20, 2004 Posted May 20, 2004 Try adding a slash at the end of the domain. Instaead of define('HTTPS_SERVER', 'https://secure.flowerfish.com'); // eg, https://localhost - should not be empty for productive servers try define('HTTPS_SERVER', 'https://secure.flowerfish.com/'); // eg, https://localhost - should not be empty for productive servers
Guest Posted May 20, 2004 Posted May 20, 2004 same thing do i hav to move the entire site over the the secure_server folder to use SSL?? if yes then what will happen when ppl type the url www.flowerfish.com???
Guest Posted May 20, 2004 Posted May 20, 2004 you need to ask your host this question, as they are the only ones who know how the servre is setup dealing with SSL
Databuilder Posted May 20, 2004 Posted May 20, 2004 The error has changed. I was seeing this: https://secure.flowerfish.comaccount.php (no slash) Now the url looks right, so yes, you may need to copy (not move) the site over to the secure folder. You host may be able to provide more details on this.
Guest Posted May 20, 2004 Posted May 20, 2004 oh...... i tried copying the file to the secure folder, but it only show a blank page. must be missing something here any one using futurequest web servers?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.