我喜欢摆脱重复的内容。无论有没有 www,我的网站都可以访问。所以我做了一个这样的modrewrite:
rewritecond %{http_host} ^example.com [nc]
rewriterule ^(.*)$ http://www.example.com [r=301,nc]
我的问题是我仍然可以在最后有和没有 /index 的情况下访问该站点。有无.html
我喜欢在 URL 中显示索引。example.com www.example.com 全部重定向到 www.example.com/index
有和没有 html 适用于我的所有子页面。有没有办法总是删除html?