【问题标题】:Homepage redirect using .htaccess使用 .htaccess 重定向主页
【发布时间】:2018-04-02 06:46:56
【问题描述】:

使用.htaccess 文件如何让我的网址显示为www.example.com 而不是www.example.com/index.html

【问题讨论】:

  • 在问这个问题之前,您是否在本网站上搜索过“.htaccess index.html”?

标签: html css .htaccess


【解决方案1】:

你可以使用它

# This allows you to redirect index.html to a specific subfolder
Redirect /index.html http://example.com/

# Provide Specific Index Page (Set the default handler)
DirectoryIndex index.html

小心地将其添加到 .htaccess

【讨论】:

  • 我的问题好像如下,只能取其一。我希望该站点在 .com/ 上加载索引,但是如果我可以让它工作,我不能在没有 .html 的情况下加载其他文件
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2011-05-24
  • 2023-03-10
  • 1970-01-01
  • 2015-12-19
  • 2019-10-08
  • 2022-06-30
  • 1970-01-01
相关资源
最近更新 更多