PDA

View Full Version : Permanent Redirects


bambito
09-08-2006, 01:14 AM
How do I get permanent redirects (301) to work in a .htaccess file. The rules worked fine with apache. Unfortunately, no dice with litespeed. THX and any help is greatly a

Example:
RedirectMatch permanent ^/shows.rss$ http://www.libsyn.com/rss

mistwang
09-08-2006, 11:11 AM
RedirectMatch dirctive has not been supported in .htaccess, please use RedirectPermanent directive in this case.
We will add RedirectMatch support soon.

mistwang
09-11-2006, 10:39 AM
RedirectMatch will be working well in our 2.2.1 release.