也就是改后缀。。
APACHE 里。。那是简单的。。httpd.conf 文件里随便加。。
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
</IfModule>
你可以在 ****.xx 里写上 PHP 程序 然后把这个 xx 类型后缀的文件 按 PHP 脚本执行。。
Gae 里。。能不能。。嘿嘿。。谁知道。。
APACHE 里。。那是简单的。。httpd.conf 文件里随便加。。
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
</IfModule>
你可以在 ****.xx 里写上 PHP 程序 然后把这个 xx 类型后缀的文件 按 PHP 脚本执行。。
Gae 里。。能不能。。嘿嘿。。谁知道。。
