-
Unsupported Media Type
Hello,
I have been distributing my themes from my Wordpress blog for quite some time now with no issues of the OTA links.
Now I am getting several messages from people saying they are getting a error:
Unsupported media type: application/download
I had to add a .htaccess file to the folder that contained the download files:
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/vnd.rim.cod cod
AddType application/java-archive jar
AddType audio/adpcm adp
Does anyone know what do I need to do to fix this error?
Thanks,
...Thomas
-
-
Thanks,
Sorry I put it in the wrong place.
-
Wirelessly posted (Tour 9630)
No problem :) that's what I am here for. Sorry I can't answer your question for you. We do have 3 expert themes developers on staff, so hopefully when they get on they can get you fixed up.
-
I hope... I cannot figure it out for the life of me.
-
Wirelessly posted (Bold 9000 )
Hi Thomas this the text I use in my .htaccess file for OTA downloads for themes
*
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
AddType application/vnd.rim.cod cod
Never had a problem
-
ok that is the same I have in mine as well.
Its got to be something either with Wordpress or the Download Monitor plugin that keeps track of the downloads.