我在index.php上使用了下面的代碼,它在本地主機上100%工作,但沒有在實時服務器「www.chitthu.co」上顯示圖像。<img src= url>在index.php上沒有顯示圖像
<div class="block">
<img src="/img/step-1.png" style="width:20%; height:20%; margin:5px;">
<h3>Join Chitthu</h3>
<p>
Signing up takes two
minutes <br>to get a Chitthu account.
</p>
</div>
您上傳現場服務器上的形象?如果是這樣,請檢查文件夾權限。 –
檢查路徑最大路徑不匹配 – Karthi
你遵循你的目錄結構嗎? – Dave