PHP does not work over ssl connections

Posted by Haluk on Stack Overflow See other posts from Stack Overflow or by Haluk
Published on 2010-03-15T17:21:10Z Indexed on 2010/03/15 17:49 UTC
Read the original article Hit count: 251

Filed under:
|
|
|

Hi,

I just got my ssl certificate to work for the first time. For some reason when I connect to my website using https my browser tries to download the php file.

I have the following line in my httpd.conf. Isn't this the line which makes sure php files are run using php?

AddType application/x-httpd-php .php

What else do I need to change so that I can get the php files to work over the https connection.

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about apache