LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > External Applications > Apache Migration/Compatibility > Redirect permanent

Reply
 
Thread Tools Display Modes
  #1  
Old 04-27-2007, 03:26 PM
pythod pythod is offline
Member
 
Join Date: Mar 2007
Posts: 19
Angry Redirect permanent

Why won't this work in .htaccess?

Redirect permanent ^/webmail/ http://mail.server.com/webmail/
Redirect permanent ^/Books/ http://www.server.com/books/


It has been working great since years in apache and now litespeed can't parse these lines :-(
Reply With Quote
  #2  
Old 04-27-2007, 03:56 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
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/
Reply With Quote
  #3  
Old 04-27-2007, 05:39 PM
pythod pythod is offline
Member
 
Join Date: Mar 2007
Posts: 19
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...
Reply With Quote
  #4  
Old 04-27-2007, 08:35 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
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
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:32 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.