為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Firefox has problems loading appache sub directories under www folder

  • 2 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 wieljer

more options

I recently started up a http server and did not have any problems with it until I decided to expand the site. I now have seperate folders for each site, each one is for a different game. When I make my Index.html it loads all images that are in the same www directory, however , If the images are in another folder Firefox will not load them! I tried IE and it works fine with no issues. Give it a look at http://maryland.dyndns-server.com:12347/ The site is still in development the only links that work are Minecraft and World of warcraft, but the minecraft one is not developed yet as I am using the template from the World of warcraft site. So dont be confused if both links take you to the same site.

I recently started up a http server and did not have any problems with it until I decided to expand the site. I now have seperate folders for each site, each one is for a different game. When I make my Index.html it loads all images that are in the same www directory, however , If the images are in another folder Firefox will not load them! I tried IE and it works fine with no issues. Give it a look at http://maryland.dyndns-server.com:12347/ The site is still in development the only links that work are Minecraft and World of warcraft, but the minecraft one is not developed yet as I am using the template from the World of warcraft site. So dont be confused if both links take you to the same site.

所有回覆 (2)

more options

There ids an error in the SRC of that missing image

SRC="http://maryland.dyndns-server.com:123.../WOW1.jpg" instead of:

由 cor-el 於 修改

more options

Hey sorry haha I figured it out, I had just recently updated the change. I was using my C drive as the directory of the file for the HTML code and not the http://etc as the source as you have mentioned above... IE was not sensative to it but Firefox was. Thank you for the post ;0