View Single Post
  #2  
Old 05-21-2009, 09:35 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Just use the rewrite rule you would use for Apache.


extract subdomain from %{HTTP_HOST} with rewrite condition, then use %1, back reference to subdoamin as part of the destination url.
Reply With Quote