Apache Virtual Host not parsing PHP

后端 未结 10 1302
日久生厌
日久生厌 2020-12-05 23:42

I decided to enable virtual hosts on my Apache server, and chose to make it port-based.

First thing I did, of course, was RTM. I followed the instructions found her

10条回答
  •  暖寄归人
    2020-12-06 00:36

    the only thing that helped me after all tried add apache2.conf

    
        SetHandler application/x-httpd-php
    
    

提交回复
热议问题