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

  1. open iis
  2. select site
  3. select mime types
  4. add new actions section

extention : .woff --> mime type : application/x-woff

cheers


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -