Why is my PHP source code showing?

前端 未结 3 867
小鲜肉
小鲜肉 2020-12-06 17:53

So, I added the following to my http.conf file:

Listen443

NameVirtualHost *:443


    DocumentRoot /PATH_TO/www
    ServerName www.         


        
3条回答
  •  [愿得一人]
    2020-12-06 18:36

    It could also be that your php.ini configuration is set to not parse code between short php tags.

提交回复
热议问题