HostMonster:PHP以HTML方式执行
出自美国主机知识库
(修订版本间的差异)
(新页面: 在你的.htaccess文件插入代码: AddType application/x-httpd-php .html .htm .php AddHandler application/x-httpd-php .html .htm .php) |
|||
| (1个中途的修订版本没有显示) | |||
| 第1行: | 第1行: | ||
| + | '''我如何将php代码按照.htm或.html文件的方式执行?''' | ||
| + | |||
在你的.htaccess文件插入代码: | 在你的.htaccess文件插入代码: | ||
AddType application/x-httpd-php .html .htm .php | AddType application/x-httpd-php .html .htm .php | ||
| + | |||
AddHandler application/x-httpd-php .html .htm .php | AddHandler application/x-httpd-php .html .htm .php | ||
在2007年12月13日 (四) 15:07的最新修订版本
我如何将php代码按照.htm或.html文件的方式执行?
在你的.htaccess文件插入代码:
AddType application/x-httpd-php .html .htm .php
AddHandler application/x-httpd-php .html .htm .php