Blog Content

    티스토리 뷰

    HTTP 오류 404.3 - Not Found 확장 구성 때문에 요청한 페이지를 처리할 수 없습니다. 페이지가 스크립트인 경우 처리기를 추가하십시오.

    반응형

    css에 폰트를 불러오는데 웹페이지 오류가 나왔다.


    HTTP 오류 404.3 - Not Found 확장 구성 때문에 요청한 페이지를 처리할 수 없습니다. 페이지가 스크립트인 경우 처리기를 추가하십시오...



    파일을 불러오는데 확장명이 특별한 경우에 이런 애러가 나왔다.

    내가 불러오려고 한 파일 확장명은 .woff, .woff2


    .

    <system.webServer>


        <staticContent>

            <mimeMap fileExtension=".woff" mimeType="application/octet-stream" />

    <mimeMap fileExtension=".woff2" mimeType="application/octet-stream" />

        </staticContent>


    </system.webServer>




    어때요~?


    참 쉽죠~?


    끝~

    반응형

    Comments