Resource interpreted as Font but.. warning

Resource interpreted as Font but transferred with MIME type application/octet-stream:

...mysite/dolphin_root_folder//templates/base/fonts/fontawesome-webfont.woff"

Can you please mind double slash generation after "dolphin_root_folder"

What is worse with this doble // creation is that users can not edit their albums for example Video album which I'm going to describe in another topic:

http://www.boonex.com/forums/topic/Error-in-link-generation-instead-only-one-.htm

Kind regards

Mayki :

"When things get tough the tough get going..."
Quote · 23 Mar 2013

Try to add the following line to your root .htaccess file:

AddType application/font-woff .woff

It's recent official specification, I'm not sure if all browsers recognize it, but modern ones should, I think.

Resource interpreted as Font but transferred with MIME type application/octet-stream:
...mysite/dolphin_root_folder//templates/base/fonts/fontawesome-webfont.woff"

 

Rules → http://www.boonex.com/terms
Quote · 29 Mar 2013

Hi AlexT

Since I'm not using Apache, .htaccess is no use for my web server. But you made me think and I found, well uncle google found it for me:

 

Lighttpd in Debian uses a Perl script which parses /etc/mime.types (also default in Fedora) to make the MIME types known.

Unfortunately Lighttpd does not allow adding a second mimetype.assign = () to your lighttd.conf.

So you'll need to add the following lines to /etc/mime.types:

application/vnd.bw-fontobject  eot

application/x-font-ttf         ttf

application/x-woff             woff

 

More: link

Regards

Mayki

"When things get tough the tough get going..."
Quote · 29 Mar 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.