I am new on .htaccess and want to redirect URL from .htaccess
like:
http://test.example.com/abc/xyz/456adf646asdf
to
http://test.example.com/abc/xyz?id=456adf646asdf
or http://test.example.com/abc/xyz/?456adf646asdf
Please help.
I tried this:
RewriteRule ^(.+)/abc/xyz/$ /abc/xyz?id=$1
but did not work for me..
RewriteRule ^/ride/linkedin/(.+)$ /ride/likedin?id=$1