Rogier Posted December 15, 2003 Posted December 15, 2003 Hello everybody, I have a problem with a few links. The site runs good but i have a problem with logging in. The link to account.php or create_account.php begins with HTTPS:// , but my site running on HTTP:// so when i click on the link i get a window that says 'file does not exist'. That's true because there is nothing in my httpsdocs. Can anyone tell me what i have to change to get HTTPS:// into HTTP:// ? I've seen a few sites where it begins with HTTP:// so i know its possible. Thanks in advance Rogier
Guest Posted December 15, 2003 Posted December 15, 2003 In catalog/includes/configure.php and admin/includes/configure.php set: define('ENABLE_SSL', false); Matti
Recommended Posts
Archived
This topic is now archived and is closed to further replies.