Apache is downloading php files instead of displaying them

后端 未结 26 1105
陌清茗
陌清茗 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:46

    If you have virtualmin try to comment out these lines in your apache configuration in /etc/apache2/sites-available

      #RemoveHandler .php
      #RemoveHandler .php7.0
      #php_admin_value engine Off
    

提交回复
热议问题