I have the url
www.example.com/profile?username=abc
and i want to rewrite it as
www.example.com/abc
How can I achieve this using htaccess?
I have the url
www.example.com/profile?username=abc
and i want to rewrite it as
www.example.com/abc
How can I achieve this using htaccess?
RewriteCond to avoid infinite redirection