Possible Duplicate:
URL rewriting – Beginners guide
Hey Guys I’ve been seeing sites using what I think is php’s get method but i dont see the url like: http://myfakeurl.com/?id=8
I instead see it like this one:
https://i.stack.imgur.com/gYuOe.jpg
Is that the get method they are using? How do you do that if it is?
Thanks!
this is called “url rewriting” – there are different approaches to do this, for example using apaches mod_rewrite.