1

我的项目中有一个搜索链接,通过单击用户将重定向到另一个页面并根据获取值,将显示数据。在我的本地主机中一切正常。但是当我将文件放入服务器时,它说页面不是找到了。我不知道发生了什么。

我的 loclhost 中的链接:-

http://localhost/sampleproject?pickuplocation=Adelaide&returnlocation=Melbourne&vehicle=Campervan (2 berth)

在 url 中显示如下:-

http://localhost/sampleproject?pickuplocation=Adelaide&returnlocation=Melbourne&vehicle=Campervan+%282+berth%29

它工作正常。

在服务器链接上是: -

http://www.example.com/?pickuplocation=Adelaide&returnlocation=Melbourne&vehicle=Campervan (2 berth)

在 url 中显示如下(服务器):-

http://www.example.com/?pickuplocation=Adelaide&returnlocation=Melbourne&vehicle=Campervan+%282+berth%29

服务器上的此链接会引发错误PAGE NOT FOUND。我不知道发生了什么。请帮助我,在此先感谢。

4

1 回答 1

1

我很确定问题将出在您的 .htaccess 文件中,请尝试绕过它。

于 2012-08-08T06:55:31.960 回答