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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -