> No idea, it would seem strange though.
> Perhaps hmmm... a bit of ip spoofing is taking place? Didn't think
> that was possible though ...
> Maybe using some Google funnel 9fro lack of a better word) to test
> headers the same way Googlebot would.
> Or woudn't it be funny if just then Googlebot crawled this group
> thread and followed the url I posted? I kind of think that may have
> happened.
> On Sep 20, 10:46 am, burchman519 wrote:
> > Thanks for the answer webado.
> > Just for kicks, I put my site through oyoy's redirect checker. Once
> > for the .com/ and again for the .com (no slash)
> > I noticed that there were 3 new entries in my log file when I did
> > that. The first two entries (see below) are from me. The 3rd line
> > came from 66.249.70.185 which is Google's IP address. Do you (or
> > anyone) know if Google and oyoy.eu are connected? Or is big brother-
> > bot watching me?
> > 2007-09-20 14:31:36 192.168.16.3 GET /index.aspx - 80 - 212.94.37.219
> > oy-oy.eu+Server+Header+Checker,+User+IP:+68.167.130.195+(http://oy-
> > oy.eu/) - 200 0 0
> > 2007-09-20 14:31:41 192.168.16.3 GET /index.aspx - 80 - 212.94.37.219
> > oy-oy.eu+Server+Header+Checker,+User+IP:+68.167.130.195+(http://oy-
> > oy.eu/) - 200 0 0
> > 2007-09-20 14:31:46 192.168.16.3 GET /index.aspx - 80 - 212.94.37.219
> > oy-oy.eu+Server+Header+Checker,+User+IP:+66.249.70.185+(http://oy-
> > oy.eu/) - 200 0 0
> > On Sep 20, 10:24 am, webado wrote:
> > > Theya re differnt url's and it looks like the server is not
> > > redirecting the one without the trailing slash to the version with the
> > > trailing slash (as it should do). So they got cached separately as of
> > > when each was encountered during a crawl of either the website or
> > > external links pointing to that page.
> > > The server has to be fixed to 301 redirecthttp://www.squidoo.com/edi-news
> > > tohttp://www.squidoo.com/edi-news/-andall other similar urls.
> > > Since the server is Apache, adding thsi to the root level .htaccess
> > > file (make one if you don't already have it) shoudl solve that:
> > > Options +Indexes +FollowSymlinks
> > > RewriteEngine on
> > > RewriteBase /
> > > ### add a missing traling slash to end of domain name or folder name
> > > ### ONLY in case the server does not compensate for it
> > > ### ONLY use it if needed - othewise remove this block of directives.
> > > RewriteCond %{REQUEST_FILENAME} !-f
> > > RewriteCond %{REQUEST_URI} !(.*)/$
> > > RewriteRule ^(.*)$http://www.squidoo.com/$1/[L,R=301]
> > > There likely is an .htaccess file though, so you have to be careful
> > > how you add those directives so as not to clash with others.
> > > On Sep 20, 9:57 am, burchman519 wrote:
> > > > cache:http://www.squidoo.com/edi-news/(noticetheslash at end)
> > > > cache:http://www.squidoo.com/edi-news
> > > > have two different cached dates. Any idea why?- Hide quoted text -
> > > - Show quoted text -- Hide quoted text -
> > - Show quoted text -