jorujuja Posted July 4, 2007 Posted July 4, 2007 I get a "IE cannot display the webpage" error on these two pages. Create an account page and all other pages are working except these. I checked the directory and they're there. What could be wrong?
Guest Posted July 4, 2007 Posted July 4, 2007 In your configure.php file you have SSL turned on but do not have an SSL cert. define('HTTP_SERVER', 'http://www.mysite.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://www.mysite.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.