访问apache里的资源直接下载其文件解决方案

WBOY
Release: 2016-06-13 11:48:34
Original
1534 people have browsed it

访问apache里的资源直接下载其文件
访问php文件会提示下载其文件,什么原因?http.conf关于php的配置如下:

AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm

LoadModule php5_module "D:/php/php5apache2_2.dll"
PHPIniDir "D:/php/php.ini"
------解决方案--------------------
检查D:/php下是不是存在php5apache2_2.dll文件?

PHPIniDir "D:/php/php.ini"
改成
PHPIniDir "D:/php/"

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!