Hello there, I am trying to develop a web site and I am asking this:
Let's say that I own www.mydomain.com. Now if I type www.mydomain.com/whatever I want this site to be linked to www.mydomain.com and pass the string "whatever" as a parameter. So If I type www.mydomain.com/john the website should say "Hello john" and so on.
(Note: I don't want to use www.mydomain.com/?name=john)
Is there any way of doing this?