How I can change link from
www.example.com/index.php?id=123&g=123
to
www.example.com/index/id/123/g/123
?
Thank you :)
Edit: Please don't tell me "use mod rewrite", tell me how to use it :D
You want to use URL Rewriting. See this article to accomplish that:
http://www.addedbytes.com/articles/for-beginners/url-rewriting-for-beginners/
You can do a mod rewrite (change .htaccess file)
htaccessmod_rewriterewriterulemight be helpful research tags for youtell me how to use it- how about you tell us what you have tried?