Web Hosting Talk







View Full Version : Modernbill - switching between http and https


funkytaco
09-17-2005, 11:46 AM
Hi all, can you switch between http and https on modernbill (via the config file) without problems? I have a site I'm working on whered I'd temporarily like to get started on the configuration without having to wait for the SSL cert.


Thanks, all!

ThinkSupport
09-17-2005, 02:12 PM
Simply put the $https value as http in the config.local.php found in your modernbill installation folder.

$https = 'http';

funkytaco
09-17-2005, 03:56 PM
Yes, but the question was, will this cause problems if you switch back and forth between http and https?

Defcon|Rich
09-17-2005, 04:41 PM
It shouldn't make a difference. Even if you set it up for https you can still access the site using http.

funkytaco
09-18-2005, 02:03 PM
Thanks. :)

JNL Host
09-19-2005, 01:00 PM
We did this ourselves some time ago. It caused no problems at all. You should be fine.

Jason.

ThinkSupport
09-19-2005, 03:05 PM
Its not a problem switching between http and https.

Its just that your clients might feel insecure while performing transactions from your modernbill without https.