Maison  >  Article  >  développement back-end  >  Apache装配配置总是失败,好晕

Apache装配配置总是失败,好晕

WBOY
WBOYoriginal
2016-06-13 12:48:38870parcourir

Apache安装配置总是失败,好晕啊
整了一上午,http://localhost/进去,总是出不现自己想要的结果,怎么办


------解决方案--------------------
亲、你这样试试:http://localhost/hello.php
------解决方案--------------------
运行php代码你在浏览器里面运行啊,DW是工具,写代码用的。。

按照你安装的环境,访问规则是这样的,www算是根。
你直接http://localhost,访问的是根目录,如果有index.php或者index.html的话默认会访问index,如果想访问除了index以外的其它文件或文件夹的话,就需要加对应的路径。
比如说www/testproject/test.php,你想要访问这个文件,在浏览器中输入http://localhost/testproject/test.php即可。
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent: for循环解惑解决思路 Article suivant: windows停apache经常卡死