View Single Post
  #4  
Old 04-27-2007, 08:35 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Quote:
Originally Posted by pythod View Post
I ended up using this:

Redirectmatch 301 ^/webmail/ http://mail.server.com/webmail/
Redirectmatch 301 ^/Books/ http://www.server.com/books/

I will give your lines a try too...
That works.
I was confused Redirect with "RewriteRule", the directives should be

Code:
Redirect permanent /webmail/     http://mail.server.com/webmail/
Redirect permanent /Books/  http://www.server.com/books/
Reply With Quote