
04-27-2007, 04:56 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 5,889
|
|
You need to remove the leading "/" of the matching URL when use a rewrite rule in .htaccess. It is the RewriteBase in Apache. Your rewrite rules must be used in Apache httpd.conf before, not in .htaccess.
Please try,
Redirect permanent ^webmail/ http://mail.server.com/webmail/
Redirect permanent ^Books/ http://www.server.com/books/
|