Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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