|
Posted by jrefactors on 08/13/05 02:10
Yes, for the URL http://www.google.com/search?hl=en&q=query+string, I'd
expect it has the file name as follows:
http://www.google.com/search.jsp?hl=en&q=query+string
or
http://www.google.com/search.asp?hl=en&q=query+string
You said it doesn't need to map onto a file. You meant search no need
to be a file? search should be a file to handle the HTTP requests from
the browser. Is that correct?
David Dorward wrote:
> jrefactors@hotmail.com wrote:
>
> > When we google for some keywords, the current URL will become
> > http://www.google.com/search?hl=en&q=query+string
>
> > My question is should the query string (?hl=en) always followed
> > by a file name?
>
> I think you mean "Should the query string always follow a filename". How the
> server maps URLs on to whatever it gets its data from is irrelevant to the
> end user and need only concern the developer, but it doesn't need to
> include a filename, and doesn't even need to map onto a file.
>
> --
> David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
> Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|