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
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/