Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

.ogg file returns a 404.3?

  • 3 件の返信
  • 1 人がこの問題に困っています
  • 9 回表示
  • 最後の返信者: 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!!

すべての返信 (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.