500 error on https, site loads fine [closed]
- by jetlej
Using http://web-sniffer.net/, I'm seeing a 500 internal error when accessing the https://www version of my site (https://moblized.com). However that URL loads perfectly fine with no errors. I was checking this because Google Webmaster is showing a bunch of 500 errors on my site.
Also just noticed that I get a 200 success error if sniffing with HTTP 1.0, but a 500 with HTTP 1.1
Note: All other URL versions 301 redirect to https://www, eg. http://www , https:// , http://
FIXED: For any curious parties, there was one PHP bug that was causing a fatal error, but was still allowing the page to load. Turning on php_debug helped...