如何让我的laragon服务器开始使用http:// localhost而不是file:///

时间:2016-08-02 11:17:50

标签: php laravel server laragon

我刚下载了largon作为我的php项目的服务器。现在我发现很难让我的文件采用localhost:/test.php而不是file://test.php。当它使用file://在浏览器中运行时我的所有代码都没有执行,而是在浏览器的编辑器中显示。

有人可以指导我如何将文件://切换到localhost:/

感谢。

1 个答案:

答案 0 :(得分:1)

@ Adetona77: 如果 www 文件夹包含文件夹名称 adetona 且文件名 test.php 像这样:

www 
---test.php 
---adetona

使用Laragon,您可以通过以下方式访问 test.php http://localhost/test.php

对于文件夹 adetona ,您有两个选项:

  1. 通过localhost访问它: http://localhost/adetona

  2. 通过漂亮的网址访问: http://adetona.dev

  3. 选项2是Laragon的强大功能