jquery - TinyMce File not found Error -
i using tinymce editor 4 in project. when try load shows error 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 try search directory files there .
you can solve problem adding mime type iis follows
- open iis
- select site
- select mime types
- add new actions section
extention : .woff --> mime type : application/x-woff
cheers
Comments
Post a Comment