I am using .htaccess for URL rewriting. I have used code like:
RewriteRule ^([a-zA-Z0-9-_]+)$ index.php?page=d/ctg/item&itmctgals=$1 [QSA]
and URL is smstongue.com/friendship-sms (the alias URL) but it is showing URL with query part in URL i.e. [
smstongue.com...]
But I want to show URL like smstongue.com/friendship-sms in browser URL bar.
How to do this.