arcnovus / tms-issues-mw

Issue tracker
0 stars 0 forks source link

Strange 404s on server #14

Closed arcdev1 closed 10 years ago

arcdev1 commented 10 years ago

Seeing this in the console on the corporate server:

GET http://!77f.com/mobile/components/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3 404 (Not Found)

GET http://!77f.com/mobile/components/vendor/icon-moon/fonts/icomoon.woff?-91f31p 404 (Not Found)

The fonts still appear to be loading/working. Can't reproduce on local.

arcdev1 commented 10 years ago

This appears to be happening because .woff files are not recognized by IIS, so we get: HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

arcdev1 commented 10 years ago

Sent Mo the fix.