【发布时间】:2015-05-18 19:26:17
【问题描述】:
我正在使用以下脚本之一开发一个网站:
http://localhost/query.php?lat=1.361109&lng=103.828969&rad=2 [404]
我收到此 URL 的 404 Not found 错误,同时对于其中一个参数的值略有不同,脚本可访问并正在执行。例如
http://localhost/query.php?lat=1.361119&lng=103.828969&rad=2 [Working fine]
我在 Windows 上使用 Apache 2.4。谁能指出这可能是什么原因?我没有在我的项目中的任何地方使用.htaccess。
【问题讨论】: