I need help, i have a link like http://website.com/index.php?catg=code&subcatg=code_name ,
when i click on this link, it display this url in address bar and same in task bar on mouse over.
I tried this,
RewriteEngine On RewriteRule ^index/([A-Za-z0-9-\+]+)/([A-Za-z0-9-\+]+)/?$ http://website.com/index.php?catg=$1&subcatg=$2 [NC,L,QSA]
but it didn't worked. Is it possible to rewrite this url to http://website.com/index/code/code-name ??? and it must look pretty url in both address & task bar.
please help
Thanks