Apache – php files can’t work in SSL mode

When you install SSL, if you face the issue: php files can't work when you enable SSL for your website. 

This issue doesn't occur in http protocol, it only occurs in https protocol. You can fix this issue by adding this line into your <Directory>…. 

AddHandler application/x-httpd-php .php

Hope it will help you ^^

Revisions

No comments yet.

Leave a Reply