Skip to main content

404 react js after public


react js 


 <system.webServer>

    <httpErrors errorMode="Custom" existingResponse="Replace">

        <remove statusCode="404" subStatusCode="-1" />

        <error statusCode="404" path="/" responseMode="ExecuteURL" />

    </httpErrors>

  </system.webServer>

Comments