Apache is downloading php files instead of displaying them

后端 未结 26 1103
陌清茗
陌清茗 2020-11-22 01:03

OS and server information:

  • CentOS 6.4 (Final)
  • Apache 2.2.15
  • PHP 5.5.1

I previously had php 5.3.x installed but decided to upgr

26条回答
  •  感情败类
    2020-11-22 01:30

    this solved the problem for me (I have php7 installed):

    sudo apt-get install libapache2-mod-php7.0

    sudo service apache2 restart

提交回复
热议问题