0

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!

Community
  • 1
  • 1
Deekor
  • 9,144
  • 16
  • 69
  • 121
  • 3
    Search [`mod_rewrite`](http://stackoverflow.com/questions/tagged/mod-rewrite) here on StackOverflow. – Sampson May 09 '12 at 18:11

1 Answers1

1

this is called "url rewriting" - there are different approaches to do this, for example using apaches mod_rewrite.

oezi
  • 51,017
  • 10
  • 98
  • 115