SSL and PHP

dr2web

Verified User
Joined
Sep 26, 2003
Messages
12
Location
Texas
I installed a sssl cert on one of my domains but when we use php to script a page under the cert it does not parse. Is there a reason why this is happening. I was told that you guys use a custom build of apache, sould this cause the problem?

What is the workaround?
 
Hello,

php should work on both http and https sockets and shouldn't be affected by apache. Things to check:

files are in the private_html directory
check for weird .htaccess files in private_html directory

php should work in https because we use it for our clients section on our site. If you can't figure it out, send us your account info (root password too if possible) and we'll have a look.

John
 
Back
Top