我的一些网址中有一条路径会导致我不希望用户浏览的不受欢迎的目的地:即:http://mywebsite/mysite/undesirable-path/anything-could-be-here/
当用户浏览到带有/ desirable-path /的任何页面时,网址中的/ desirable-path /就像他们一样,最终会出现在主页上。
另一个更复杂的例子是:
所以像?/ unwanted-path / ? - 之前和之后的任何事情。
答案 0 :(得分:0)
http://www.htaccessredirect.net/index.php
//301 Redirect Entire Directory
RedirectMatch 301
www.mysite.com/baddir/(.*)
www.mysite.com/$1