With an htaccess 301 redirect what is the difference
RedirectMatch 301 ^/index.htm$ http://www.xxxxxxx.co.uk/
and
Redirect 301 /index.htm http://www.xxxxx.co.uk/
Using an online generator to redirect some pages and i get the later?
Are they effectively the same?