简体   繁体   English

出现错误说无法加载资源:服务器响应状态为404(未找到)

[英]having an error says Failed to load resource: the server responded with a status of 404 (Not Found)

I don't know why but I'm having a problem get the image in the path /public/img/default.png 我不知道为什么,但是我在将图像放在路径/public/img/default.png中时遇到问题

<img src="{{url('/public/img')}}/{{$data[0]->prod_img}}" width="100%">

I believe I have the right path but it says Failed to load resource: the server responded with a status of 404 (Not Found) 我相信我的路径正确,但是它说无法加载资源:服务器的状态为404(未找到)

here's the database enter image description here 这是数据库, 在这里输入图像描述

you can use this one 你可以用这个

<img src="{{url('img/default.png')}}">

remove public 移除公开

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 加载资源失败:服务器在 Heroku 上响应状态为 404(未找到)Laravel - Failed to load resource: the server responded with a status of 404 (Not Found) Laravel on Heroku 加载资源失败:服务器响应,状态为404 Not Found - Failed to load resource: the server responded with a status of 404 Not Found Laravel | 加载资源失败:服务器响应状态为 404(未找到) - Laravel | Failed to load resource: the server responded with a status of 404 (Not Found) Wordpress 无法加载样式:加载资源失败:服务器响应状态为 404(未找到) - Wordpress can't load styles: Failed to load resource: the server responded with a status of 404 (Not Found) 为什么Wordpress无法加载资源? 它说服务器响应状态为404(未找到) - why Wordpress failed to load the resource? It said that the server responded with a status of 404 (not Found) 加载资源失败:服务器使用Js,ajax,php在联系表单上以404(未找到)状态进行响应 - Failed to load resource: the server responded with a status of 404 (Not Found) on contact form using Js, ajax, php 文件路径返回无法加载资源:服务器响应状态为404(未找到) - file path returning Failed to load resource: the server responded with a status of 404 (Not Found) Javascript XHR 向 php 文件发送请求:加载资源失败:服务器响应状态为 404(未找到) - Javascript XHR Post Request to php file: Failed to load resource: the server responded with a status of 404 (Not Found) 我找不到图像(无法加载资源:服务器响应状态为403(禁止)) - i can not found image ( Failed to load resource: the server responded with a status of 403 (Forbidden) ) Ajax错误:无法加载资源:服务器响应状态为500(内部服务器错误) - Ajax error : Failed to load resource: the server responded with a status of 500 (Internal Server Error)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM