I want to redirect one page to another page which is something like below..
http://dev.****.in:82/abc/wp redirect to http://dev.****.in:82/abc/blog
I have tried
the easiest way to redirect this url is RedirectMatch
RedirectMatch ^/abc/wp/?$ /abc/blog