View Single Post
  #2   IP: 218.2.66.162
Old 2007-08-18, 09:06 AM
yahoo yahoo is offline
高级会员
 
Join Date: 2006-04-05
Posts: 165
yahoo 正向着好的方向发展
Default

Quote:
RewriteCond %{HTTP_HOST} www\.yournewdomain\.com
RewriteRule (.*) http://www.yourolddomain.com/subdir [R=301,L]
that should work =)

rewrite rules are good for this type of stuff
Reply With Quote