at the moment i been using this on 1 site
RedirectMatch 302 (.*)\.html$ http://www.mysite.com/folder/index.shtml
now i'm using another domain to mirror the first site
so i want to change it to something like this
RedirectMatch 302 (.*)\.html$ http://%{HTTP_HOST}%/folder/index.shtml so the 2nd domain doesn't redirect to the 1st domain
of cause that does not work
is there another why i can get this to work ?
thanks