码迷,mamicode.com
首页 > 数据库 > 详细

访问localhost文件下的testmysql.php文件报Not Found

时间:2017-07-16 13:32:01      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:size   技术   dir   网站   mysq   alt   amp   document   代码   

技术分享

但是访问localhost:8081/index.php没有报该错误,页面显示success,并没有显示wamp的主页

出错原因:Apache和php没关联好,修改一下Apache的httpd.conf文件,将php绑定一下就可以了

打开httpd.conf文件(F:\wamp\bin\apache\apache2.4.9\conf\httpd.conf),要修改的地方:
1.搜索 DocumentRoot 找到前面没有#号的,后修改为:DocumentRoot "D:/web/www",这个www就是你以后的所有网站代码文件存放目录和访问目录,具体请自己设置。
2. 搜索 <Directory 找到类似:<Directory "D:/web/www"></Directory>这对标签的,在标签的属性处添加或修改为"D:/web/www",注意,此路径和上面1的路径要一致。
再重启一下Apache,应该就可以了。

访问localhost文件下的testmysql.php文件报Not Found

标签:size   技术   dir   网站   mysq   alt   amp   document   代码   

原文地址:http://www.cnblogs.com/qianzf/p/7190175.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!