Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

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.