I have a site http://www.example.com/m/controller/function
Today I have removed the directory /m/ from all of the scripts. I want to redirect all of the links which have /m/ to same URL, but without /m/
E.g.
example.com/m/c/f
Redirects to
example.com/c/f
Thank You
Just use the below to issue a 301 (Moved Permanently) redirect to any path starting with m/