搜索 | 用户支持

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

Learn More

Firefox will not display my index.html if I type 'www.mysite.com/index.html'

  • 2 个回答
  • 1 人有此问题
  • 22 次查看
  • 最后回复者为 valkyri

more options

I'm developing my company's website, located at www.deccopainting.com - which displays the home page fine, but when I link back from other pages using "index.html" - firefox displays a message from my host provider suggesting that index.html is not there.

index.html is in fact there, obviously, and the link to index.html displays in Chrome, Edge, and every single other browser I've tested it on, it's only Firefox that does not display index.html if it's actually typed in the URL bar or linked from another page.

You can test this by first going to www.deccopainting.com (site is not complete) and then going to www.deccopainting.com/index.html.

I am aware I can use <a href="www.deccopainting.com"> instead, but why should I have to do this, when every other browser on the market works as it should??

I'm developing my company's website, located at www.deccopainting.com - which displays the home page fine, but when I link back from other pages using "index.html" - firefox displays a message from my host provider suggesting that index.html is not there. index.html is in fact there, obviously, and the link to index.html displays in Chrome, Edge, and every single other browser I've tested it on, it's only Firefox that does not display index.html if it's actually typed in the URL bar or linked from another page. You can test this by first going to www.deccopainting.com (site is not complete) and then going to www.deccopainting.com/index.html. I am aware I can use <a href="www.deccopainting.com"> instead, but why should I have to do this, when every other browser on the market works as it should??

由valkyri于修改

被采纳的解决方案

Hmm, no error messages here.

When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.

(1) Clear Firefox's Cache

See: How to clear the Firefox cache (just clear the Cached web content, not all site data)

If you have a large hard drive, this might take a few minutes.

(2) Remove the site's cookies (save any pending work first). While viewing a page on the site, click the lock icon at the left end of the address bar. After a moment, a "Clear Cookies and Site Data" button should appear at the bottom. Go ahead and click that.

In the dialog that opens, you will see one or more matches to the current address so you can remove the site's cookies individually without affecting other sites.

Then try reloading the page. Does that help?

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

Hmm, no error messages here.

When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.

(1) Clear Firefox's Cache

See: How to clear the Firefox cache (just clear the Cached web content, not all site data)

If you have a large hard drive, this might take a few minutes.

(2) Remove the site's cookies (save any pending work first). While viewing a page on the site, click the lock icon at the left end of the address bar. After a moment, a "Clear Cookies and Site Data" button should appear at the bottom. Go ahead and click that.

In the dialog that opens, you will see one or more matches to the current address so you can remove the site's cookies individually without affecting other sites.

Then try reloading the page. Does that help?

more options

Clearing the cache worked, thanks!