搜索 | 用户支持

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

详细了解

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