AddType in htaccess causes page to download

前端 未结 9 1974
走了就别回头了
走了就别回头了 2020-12-16 18:34

I have read about 10 questions like this, but there seems to be no answer to this simple question.

What could cause .htm files to be downloading instead of executed

9条回答
  •  萌比男神i
    2020-12-16 18:58

    I had the same issue but then i figured the version of php i'm using is php5. I changed the handler to the following and it worked!

    AddHandler x-httpd-php5-3 .php
    AddHandler application/x-httpd-php5 .php
    

提交回复
热议问题