答案:
在.htaccess文件类型中
php_flag engine off #This will prevent apache from executing *.php-filesAddType text/plain php#this wil display php-files in browser (if not, browser will want to download file!)
感谢布拉德!

答案:
在.htaccess文件类型中
php_flag engine off #This will prevent apache from executing *.php-filesAddType text/plain php#this wil display php-files in browser (if not, browser will want to download file!)
感谢布拉德!