I'm looking for help with making a 301
redirect for:
ww开发者_运维百科w.domain.com/word/*
to www.domain.com/*
RewriteEngine On
RewriteRule ^/?word/(.*) http://sitename.com/$1
Redirect 301 /word /
I'm looking for help with making a 301
redirect for:
ww开发者_运维百科w.domain.com/word/*
to www.domain.com/*
RewriteEngine On
RewriteRule ^/?word/(.*) http://sitename.com/$1
Redirect 301 /word /
精彩评论