Forum archive
[SOLVED] - LAMP Appliance Forces HTTPS - How can I stop this?
I have deployed a CakePHP app I'm working on to a Turnkey LAMP appliance running on the Turnkey Hub service. For some reason I cannot figure out, the server demands that every web request get made through https://... this is breaking my app. CSS/Javascript includes are broken, because they "don't exist" without the https:// in their links.
How can I intelligently disable this? I've been searching the httpd.conf, apache2.conf... I am totally lost and this is really screwing me up. There's ZERO documentation on how to deal with this issue... or if there is I haven't been able to find it.
Files I checked for information about these settings:
- /etc/apache2/httpd.conf
- /etc/apache2.conf
- /etc/apache2/ports.conf
- /var/www/.htaccess
I don't care if SSL/HTTPS is still used for the web panel, phpmyadmin, and the web shell (In fact I'd like to know how to turn these features off for when I need to take my app to production) but if I could disable it for all of them I'd rather do that at this point.
Best to start your own thread rather than hijack someone else's. Besides being bad form, it makes searching the forum for useful answers much more painful.
I'll see your new thread and get to you as soon as I can (if someone doesn't beat me to it).