提问者:小点点

html img不会加载到子文件夹中


http://remybarranco.fr/icons/上的错误403

图标位于/var/www/html/icons中,但它们不会加载,路径是正确的,权限也是:>主图标我在vps和apache2默认配置上使用Debian9。 索引html:

<html lang="fr">
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
 <head>
  <title>Rémy Barranco - Développeur </title>
 </head>
 <body> 
     <div class="content">
        <div class="tete">
            <img src="tete.png" width="196px" height="196px"></img>
          </div>
          <h1>Rémy Barranco</h1>
          <h2>remybarranco.fr - Apprenti Développeur</h2>
          <hr style="width:48%;text-align:center">
          <div class="link">
         <div><a href="https://www.instagram.com/remybarranco" target="_blank" rel="noopener noreferrer">
                <img src="icons/insta.png" class="imglogo" width="24px" height="24px"></img> 
                </a></div> 
          <div><a href="https://github.com/Phaired" target="_blank" rel="noopener noreferrer">
                <img src="icons/github.png" class="imglogo" width="24px" height="24px"></img> 
                </a></div>          
          </div>
          <hr style="width:48%;text-align:center;">

     </div>

    </body>
</html>

网站链接:remybarranco.fr


共2个答案

匿名用户

尝试重命名你的图标,似乎有一些干扰。

匿名用户

如果不工作任何解决方案,只是尝试使用路径形式http或https,例如。 https://github.com/phaired/icons/github.png这个想法在我对IMG的正确道路感到困惑的很多时候都起到了作用。