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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

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

ios - I get the error Property '...' not found on object of type '...' -