Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

Links created by an ASP page to files in a directory on a web site do not work. The path of the files is not the path in the ASP page.

  • 3 wótegrona
  • 4 maju toś ten problem
  • 8 naglědow
  • Slědne wótegrono wót jawendell

more options

When accessing an ASP page on a web site, links are dynamically created for each file in the directory. Normally you can click on the link to open the file. This works correctly in Internet Explorer, Chrome, Safari and Opera. It appears what is taking place is the path of the files links are added to the directory the ASP page is located in instead of the root directory of the web site. So when the links are clicked on to access the files, you get a 404 file not found error.

I am fairly new to using Firefox. Is there a setting that will change how this is handled?

Thanks.

When accessing an ASP page on a web site, links are dynamically created for each file in the directory. Normally you can click on the link to open the file. This works correctly in Internet Explorer, Chrome, Safari and Opera. It appears what is taking place is the path of the files links are added to the directory the ASP page is located in instead of the root directory of the web site. So when the links are clicked on to access the files, you get a 404 file not found error. I am fairly new to using Firefox. Is there a setting that will change how this is handled? Thanks.

Wšykne wótegrona (3)

more options

Such an issue can be caused by the presence of one or more backslashes in the link text.
Backslashes show up as %5C in links.

more options

Thanks for your reply.

There were two backslashes at the root of the link text. When I remove the backslashes there, the page causes a 500 server error. There must be something else causing the problem.

Thanks.

more options

I found a workaround for now. I added ".." into the construction of the path to the file, which gets back to the root directory of the web site from where the ASP page is located. I tested this in Internet Explorer and it still works ok.

Thanks.