Hi
I'm trying to do a redirect in .htaccess but it wont work. Can anybody please help me.
This is what I tried but I get a 500 server error.
//301 Redirect Entire Directory
RedirectMatch 301 /m/articles/browse/category/(.*) /m/articles/browse/categories//$1
Thanks
Darkbread