我在RH7.3上装mysql 4.0.26apache 2.2PHP5.1
我在IE里打开站点里的PHP网页。怎么提示下载PHP页面呢?
apache配置文档的问题,加了PHP的扩展模块了嘛?
AddType application/x-httpd-php .php .phtml .html .htmAddType application/x-httpd-php-source .phps
把这两句加到http.conf中重启apache
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
apache配置文档的问题,加了PHP的扩展模块了嘛?
AddType application/x-httpd-php .php .phtml .html .htm
AddType application/x-httpd-php-source .phps
把这两句加到http.conf中重启apache