Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

.ogg file returns a 404.3?

  • 3 odpowiedzi
  • 1 osoba ma ten problem
  • 9 wyświetleń
  • Ostatnia odpowiedź od cor-el

more options

Hi the following file appears as not found on the server even tough I can "see it". http://code.vikincas.com/pardo/assets/music/ogg/VALENTIN.ogg

I have added the MIME type already like this,

<staticContent> <mimeMap fileExtension=".ogg" mimeType="audio/ogg" /> </staticContent>

and I have checked that the .ogg files works locally before uploading it into the server.

Is it a server thing?

Help, please!!

Hi the following file appears as not found on the server even tough I can "see it". http://code.vikincas.com/pardo/assets/music/ogg/VALENTIN.ogg I have added the MIME type already like this, <staticContent> <mimeMap fileExtension=".ogg" mimeType="audio/ogg" /> </staticContent> and I have checked that the .ogg files works locally before uploading it into the server. Is it a server thing? Help, please!!

Wszystkie odpowiedzi (3)

more options

Yes, the server reports that the file isn't there, so you need to check the file name and path and try to upload the file once again.

more options

Hi cor-el

Thanks for replying, yes I tried that already without luck, then I can see the file in the server through my text editor, the name and path are correct.

But still not luck. Any other idea what might me the issue?

more options

The ogg file isn't on the server (404 response), at least not in that location.
The mp3 file is there and Google Chrome used that for me.

I'm not sure what you mean with "I can see the file in the server through my text editor" ? You can't use a text editor to verify the presence of a file, you need an FTP program to check which files are on the server.