将URL与特定单词重定向到另一个页面的URL路径

时间:2011-03-09 17:51:56

标签: .htaccess

我的一些网址中有一条路径会导致我不希望用户浏览的不受欢迎的目的地:即:http://mywebsite/mysite/undesirable-path/anything-could-be-here/

当用户浏览到带有/ desirable-path /的任何页面时,网址中的/ desirable-path /就像他们一样,最终会出现在主页上。

另一个更复杂的例子是:

  1. http://mywebsite/mysite/undesirable-path/anything-could-be-here/
  2. http://mywebsite/yoursite/undesirable-path/anything-could-be-here/
  3. 所以像?/ unwanted-path / ? - 之前和之后的任何事情。

1 个答案:

答案 0 :(得分:0)

http://www.htaccessredirect.net/index.php

//301 Redirect Entire Directory
RedirectMatch 301 
www.mysite.com/baddir/(.*) 
www.mysite.com/$1