使用WAMP在localhost上找不到URL

时间:2016-02-04 15:03:48

标签: laravel url localhost wamp

我一直在使用xampp进行localhost,但最近我遇到了端口问题,并尝试使用Wamp Server运行localhost。一切看起来都不错但是当我输入localhost/bluedrive/drive/public时,浏览器显示The requested URL /bluedrive/drive/public/auth/login was not found on this server.我忘了提到我正在使用Laravel 5.当我使用XAMPP时,我没有遇到这样的问题。为什么有WAMP SERVER?

1 个答案:

答案 0 :(得分:0)

在WAMP服务器中启用mod_rewrite

  

mod_rewrite模块使用基于规则的重写引擎(基于PCRE正则表达式解析器)来动态重写请求的URL。

所以基本上它将请求发送到Laravel而不是查找带有这些名称的文件夹。