I'm using this so that if any old links that are around go to the 'newer' address of gallery.dom1.
RedirectMatch permanent ^/gallery/(.*)?$ http://gallery.dom1.com/$1
However I have an addon domain and I want to use a subdir called gallery on that, such as: dom2.com/gallery/
However the redirect kicks in and sends me to gallery.dom1.com!
How can I change the redirect so that it only works for dom1, and not dom2. IF that makes sense!
Thanks for any help
RedirectMatch permanent ^/gallery/(.*)?$ http://gallery.dom1.com/$1
However I have an addon domain and I want to use a subdir called gallery on that, such as: dom2.com/gallery/
However the redirect kicks in and sends me to gallery.dom1.com!
How can I change the redirect so that it only works for dom1, and not dom2. IF that makes sense!
Thanks for any help
