Forum Moderators: phranque
If you carry out a search in google the query string for a search for "foo" will look something like this.....
google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=foo
When you look at that string the query is not being pointed to any specific file but to a directory "/search" how is this done? is this some form of redirect that google is using or is there a default file within that dir to handle all requests?
Mack.
google.com/search/?hl=en&ie=UTF-8&oe=UTF-8&q=foo
Try entering it as a directory path name and you will get a 404 (at least i just did):
www.google.com/search/
/claus