Reputation: 111
I am using TinyMce Editor 4 in my project. But when i try to load it shows some error say files not found . e.g.
NetworkError: 404 Not Found -
localhost/plugins/tinymce/skins/lightgray/fonts/icomoon.woff
NetworkError: 404 Not Found -
localhost/plugins/tinymce/skins/lightgray/fonts/icomoon.ttf
But when I try to search my directory the files are there .
Upvotes: 3
Views: 2475
Reputation: 2682
You can just simply solve the problem by adding MIME type to the IIS as follows
Extention : .woff --> MIME Type : application/x-woff
Cheers
Upvotes: 4