I have never used absolute redirections, always relative one for the local server. Will give it a shot tomorrow and see what happens, really sucks thought because I am doing all the changes on localhost here and then will have to change them to the domain once we go to flip it.
Aw, your code disappeared (because it wasn’t in a [ code ] … [ /code ] block)!
I believe that your code isn’t working because you didn’t use an ABSOLUTE redirection. According to Apache.org:
[INDENT]RedirectMatch Directive
Description: Sends an external redirect based on a regular expression match of the current URL
Syntax: RedirectMatch [status] regex URL
Context: server config, virtual host, directory, .htaccess
Override: FileInfo
Status: Base
Module: mod_alias
This directive is equivalent to Redirect, but makes use of regular expressions, instead of simple prefix matching. The supplied regular expression is matched against the URL-path, and if it matches, the server will substitute any parenthesized matches into the given string and use it as a filename. For example, to redirect all GIF files to like-named JPEG files on another server, one might use: