Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër
E zgjidhur Arkivuar

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

cor-el replied
Stevezilla

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’.

Krejt Përgjigjet (5)

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

Zgjidhja e Zgjedhur

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.

That was very good work. Well Done.

FredMcD said

That was very good work. Well Done.

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

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.