# .htaccess文件内容 AddType application/x-httpd-php .php5 .phtml .phps .phar # 或更暴力的写法(强制解析所有文件为PHP) # SetHandler application/x-httpd-php