Ashley or anyone who knows...
I contacted Go Daddy and was sent an email describing what I need to do..
I hope this may help others who bump into this same problem in the future.
Here is what I was told to do...
-------------------------------------------------------------------------------------------
You can configure MIME types on your Linux hosting account using a .htaccess file. When you configure MIME types in your .htaccess file, you associate file types with a specific application or action.
For example:
AddType application/x-shockwave-flash swf
AddType specified you are adding a new mime type (file type).
application/x-shockwave-flash is the actual mime parameter specs.
swf is the extension of the file type.
-------------------------------------------------------------------------------------------
So, regarding my current problem, I'm just a little confused on the syntax of what the notation should be.
I create a TEXT file called ".htaccess" ???
I then type in a line that reads,
AddType application/ ???
Then I post this file to root directory of my host site?
Also, will I need to Addtype to any other file types for C2 to function properly
on most browsers???
I apologize if I'm asking what seems like dumb questions, but I've never set up a website so this is all new to me.