Ionicons, Bootstrap - Failed to load resource: the

2019-08-17 18:17发布

问题:

The browser console reminds me of several errors that I can not correct.

Failed to load resource: the server responded with a status of 404 (Not Found)

Here the files concerned with their correct position in the FTP:

  • ../font/bootstrap/bootstrap.min.css
  • ../font/bootstrap/ionicons.ttf
  • ../font/bootstrap/ionicons.woff

Here my code in the <head> section:

<link rel="stylesheet" href="../../font/ionicons/ionicons.min.css">
<link rel="stylesheet" href="../../font/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="../../font/font-awesome/css/font-awesome.min.css">

I have tried all the following declarations but nothing works:

  • href="../font/bootstrap/bootstrap.min.css"
  • href="/font/bootstrap/bootstrap.min.css"
  • or href="//font/bootstrap/bootstrap.min.css"

Although this error message appears, Bootstrap and Ionicons are working correctly. I want to correct this error for performance reasons.

Here the website concerned: http://www.chokala-tenerife.com

Do you have a solution to solve this problem?