搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Firefox sees "downloads\\SIG" other browsers see "downloads//SIG", how can this be fixed?

  • 5 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 cor-el

more options

Clicking the 'here' link on page http://ipmsuk.co.uk/sigs.php in Firefox gives this error message : Not Found The requested URL /downloads\\SIG Status.pdf was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Clicking the same link using Safari and got onto the page with no problems. The address in Safari shows as http://ipmsuk.co.uk/downloads//SIG%20Status.pdf

The difference is the // instead of \\ before ‘SIG’.

Clicking the 'here' link on page http://ipmsuk.co.uk/sigs.php in Firefox gives this error message : Not Found The requested URL /downloads\\SIG Status.pdf was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Clicking the same link using Safari and got onto the page with no problems. The address in Safari shows as http://ipmsuk.co.uk/downloads//SIG%20Status.pdf The difference is the // instead of \\ before ‘SIG’.

被采纳的解决方案

I emailled the website owner, describing the problem, today (2nd March) the problem has gone away, clicking the 'here' link gets the pdf file correctly now.

定位到答案原位置 👍 0

所有回复 (5)

more options

I checked the link and went here; http://ipmsuk.co.uk/sigs.php

more options

选择的解决方案

I emailled the website owner, describing the problem, today (2nd March) the problem has gone away, clicking the 'here' link gets the pdf file correctly now.

more options

That was very good work. Well Done.

more options

FredMcD said

That was very good work. Well Done.

Thanks, all I did was point out the problem to the website.

more options

Note that Firefox considers backslashes in links as a valid character and escapes them as %5C and doesn't automatically convert them to a forward slash like other browsers do.