Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • chanredfield

    (@chanredfield)

    Hi guys, I posted this in another post, I hope this helps. My files weren’t playing in firefox and the problem was that I am hosted on godaddy. read on…

    after lots of research I figured out the problem. Maybe this will help others. I am using godaddy, their servers don’t know what to do with ogg, so you have to create a custom MIME-Type to make it recognize .ogg.

    I will try to be a specific as possible since I’ve seen a lot of people asking how exactly this problem was fixed.

    I did this by editing the .htaccess file. You can access your .htacess file via ftp. Your ftp might be setup by default to not show hidden files (files that start with a “.”) so you’ll have to enable that in your settings in your .ftp client. I am using Fire FTP. I downloaded that file to my computer for editing. Macs are also set up to not show hidden files, so follow the instructions here for that

    Then I added this line to my .htaccess file.
    AddType audio/ogg .ogg

    I have a wordpress hosted site so i pasted this code before the last line of code in my file which reads: # END WordPress

    This fixed it for me, I hope this helps.

    Thread Starter chanredfield

    (@chanredfield)

    ok never mind, after lots of research I figured out the problem. Maybe this will help others. I am using godaddy, their servers don’t know what to do with ogg, so you have to create a custom MIME-Type to make it recognize .ogg.

    I will try to be a specific as possible since I’ve seen a lot of people asking how exactly this problem was fixed.

    I did this by editing the .htaccess file. You can access your .htacess file via ftp. Your ftp might be setup by default to not show hidden files (files that start with a “.”) so you’ll have to enable that in your settings in your .ftp client. I am using Fire FTP. I downloaded that file to my computer for editing. Macs are also set up to not show hidden files, so follow the instructions here for that

    Then I added this line to my .htaccess file.
    AddType audio/ogg .ogg

    I have a wordpress hosted site so i pasted this code before the last line of code in my file which reads: # END WordPress

    This fixed it for me, I hope this helps.

    Thread Starter chanredfield

    (@chanredfield)

    yes thanks you so much!!! It was in the header.php file, sadly enough I never thought to even look there. Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)