我刚刚更新了一个我为客户建的网站。有指向pdf表格的链接。更新后,其中一个链接将给我一个
"404错误.页未找到.“
我在密码里找不到任何错误。pdf在正确的文件中。我清理了我的缓存和饼干。对如何解决这个问题有什么建议吗?
该特定链接的代码:
<div class="w3-cell-row" style="width:70%;">
<div class="w3-container w3-cell w3-mobile">
<img src="Images/Privacy-website.jpg" alt="privacy icon" width="100" height="100"/>
</div>
<div class="w3-container w3-cell w3-mobile">
<a href="forms/AVISO-DE-PRÁCTICAS-DE-PRIVACIDAD.pdf" title="Politica de privacidad" lang="es">POLÍTICA DE PRIVACIDAD</a>
<hr>
Como usa nuestros servicios, queremos estar claro cómo estamos usando su información y en que manera usted puede proteger su privacidad.
</div>
</div>网页本身是:http://drchangdentistry.com/for-new-patients.html
链接是第三个链接:Polμtica De便民
谢谢!
发布于 2019-12-22 20:55:50
由于文件名中的重音,链接无法工作。您可以删除它或更正您的链接。
以下是您文件的正确链接:
http://drchangdentistry.com/forms/AVISO-DE-PRA%cc%81CTICAS-DE-PRIVACIDAD.pdf
https://stackoverflow.com/questions/59447643
复制相似问题