gpt4 book ai didi

javascript - HTML - 脚本 - 在访问 domain.com/example 时隐藏 "/index.html"文件

转载 作者:行者123 更新时间:2023-11-30 13:07:04 26 4
gpt4 key购买 nike

例如:在 appples 网站上,当我访问 apple.com/support 时,我会访问 apple.com/support/,它应该访问 apple.com/support/index.html,但没有显示 index.html。

我希望在我的网站上有这个:www.jonathangurebo.se 例如,当我去 jonathangurebo.se/contact 时,我会去 jonathangurebo.se/contact/index.html 并且我不想显示 index.html。

我该如何解决?

也许在我的 .htaccess 文件中添加一些行?因为当去 jonathangurebo.se/mlkhgljfehgljfebgfgb 时,它会出现我的错误 404 页面并在我的地址栏中显示相同的链接。在这种情况下不是真正的链接 jonathangurebo.se/error/404.html

最佳答案

您的网站显示 index.html 部分的唯一原因是您将它添加到您的 HTML 页面。而不是像这样:

<a href="http://www.jonathangurebo.se/apps/index.html">Apps</a>

你应该建立这样的链接:

<a href="http://www.jonathangurebo.se/apps/">Apps</a>

一切都会如您所愿! :)

关于javascript - HTML - 脚本 - 在访问 domain.com/example 时隐藏 "/index.html"文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15281727/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com