How can I use htaccess to do redirect to another url while keeping last segment of the url.
ex:
Redirect from
http://xyz.mysite.com/signup/202 (202 is dynamic and can change)
to
http://mysite.com/somewhere/202
I searched allot but couldn’t find anything related to this. Any guidance or help would be appreciated.
In the htaccess file in xyz.mysite.com‘s document root, using mod_alias:
using mod_rewrite: