Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Firefox misinterprets a link in my webpage as referring to the same folder the page is in.

  • 3 답장
  • 1 이 문제를 만남
  • 2 보기
  • 최종 답변자: pat.b

more options

I have a webpage with a link to another webpage. The link is in the form <a href="http:\\www.sitename.com" target="new"> In IE, when I hover over the link the address http:\\www.sitename.com appears at the bottom of the screen, and the page opens with no trouble.

However, in Firefox when I hover over the link this appears at the bottom of the screen:

addressofcurrentpage/\\www.sitename.com

and when I click on the link, I get a 404 message telling me that page does not exist.

Why is Firefox rewriting my link's address for me, and how can I make it stop?

I have a webpage with a link to another webpage. The link is in the form <a href="http:\\www.sitename.com" target="new"> In IE, when I hover over the link the address http:\\www.sitename.com appears at the bottom of the screen, and the page opens with no trouble. However, in Firefox when I hover over the link this appears at the bottom of the screen: addressofcurrentpage/\\www.sitename.com and when I click on the link, I get a 404 message telling me that page does not exist. Why is Firefox rewriting my link's address for me, and how can I make it stop?

선택된 해결법

Yes, you need to use http:// instead of http:\\ in the link. Basically, never use a backslash anywhere in a URL in Firefox.

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (3)

more options

선택된 해결법

Yes, you need to use http:// instead of http:\\ in the link. Basically, never use a backslash anywhere in a URL in Firefox.

글쓴이 jscher2000 - Support Volunteer 수정일시

more options

Also, the forum software detected your Firefox as version 26. Is that correct?

Version 26 is not secure; Mozilla discloses security flaws after each new release. Is something holding you back from upgrading to Firefox 42? Please let us know so we can suggest solutions or workarounds. Or if you just need a link: https://www.mozilla.org/firefox/all/ (scroll down to your preferred language)

If Help > About Firefox shows Firefox 42.0, you may need to clear the preference that is misreporting your version number. See: How to reset the default user agent on Firefox.

more options

Thank you! That appears to have fixed my problem.