My current url is
http://foo.com/{first_parameter}/{second_parameter}
Now I want to redirect it to
http://foo.com/{second_parameter}
How can I do it using htaccess ?
N.B: I'm using apache server
My current url is
http://foo.com/{first_parameter}/{second_parameter}
Now I want to redirect it to
http://foo.com/{second_parameter}
How can I do it using htaccess ?
N.B: I'm using apache server