Page is a not externally linkable
Wizcrafts - 4:31 pm on Sep 1, 2003 (gmt 0)
Thanks for the explanation Xiaoth. Now I understand why no filename follows those requests. This will help me when I analyze statistics and takes away the worry about nefarious activities.
The "/" is the resource indicator, or in this case root index of your site.
So if you have, say, "index.html" in the root directory of your web site, the request "GET / HTTP/1.1" is a request for that file. Make sense?