0
我喜歡擺脫重複的內容。 我的網站可以使用和不使用www。所以我做了這樣的modrewrite:mod_rewrite重複內容
rewritecond %{http_host} ^example.com [nc]
rewriterule ^(.*)$ http://www.example.com [r=301,nc]
我的問題是,我仍然可以到達網站有和沒有/索引在最後。並帶和不帶.html
我喜歡在URL中顯示索引。 example.com www.example.com全部重定向到www.example.com/index
帶和不帶html都適用於我的所有子頁面。有沒有辦法總是刪除HTML?