View Single Post
  #5  
Old 10-24-2005, 09:45 PM
DTN DTN is offline
Registered User
 
Join Date: Sep 2003
Posts: 66
Quote:
Originally posted by extras
How about this?

RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^(www\.)?domain\.com$ [NC]
RewriteRule ^ http://sub.domain.com [R,L]
Thanks extras, it works so well

Reply With Quote