Getting blank PHP page over Apache

前端 未结 8 1598
南方客
南方客 2020-12-14 10:37

In a newly setup digitalOcean cloud server (CentOS), I have installed php and Apache. The webserver is running fine:

[root@a2m5cent01 httpd]# service httpd s         


        
8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-14 10:48

    check out your phpinfo() script.

    
    

    missing the "php" behind the first "?" will give a blank page

提交回复
热议问题