satish
satish

Reputation: 111

TinyMce File not found Error

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

Answers (1)

Shanaka Rathnayaka
Shanaka Rathnayaka

Reputation: 2682

You can just simply solve the problem by adding MIME type to the IIS as follows

  1. Open IIS
  2. Select your site
  3. Select MIME Types
  4. Add new From Actions section

Extention : .woff --> MIME Type : application/x-woff

Cheers

Upvotes: 4

Related Questions