Assuming someone types "www.somedomainname.com/somefilename.htm" into the location field in their favorite browser...

A browser would never request like this would it:

    GET /somefilename.htm

??


Since so many websites are using shared ip addresses, don't requests made by browsers, just to be safe, **always** use the fully qualified URL:

    GET http://www.somedomainname.com/somefilename.htm

??



Am I correct in assuming this?

Thanks.

- Chase



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to