由 pengxg 在 12-03-2002 16:54 发表:
php3的问题
apache只能执行.php的文件
而把.php3文件的源码显示在浏览器里,怎么回事
由 yu_bo_wei 在 12-03-2002 16:57 发表:
http.conf的设置不对,要添加php3的处理方式,基本上和php一样只是把php换成php3
由 pengxg 在 12-03-2002 21:53 发表:
http.conf
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
no use???
由 pengxg 在 12-03-2002 23:27 发表:
现在更怪的问题出现了
我的主页目录为:/var/www/html/,默认页面是index.php3
装了phpMyAdmin在:/var/www/html/phpMyAdmin/,默认页面也是index.php3
本机上浏览 http://xx.xx.xx.xx/ 和 http://xx.xx.xx.xx/phpMyAdmin/
都正常
但lan上其他机器打开 http://xx.xx.xx.xx/,