>>>>Is Googlebot (or any other bot) able to follow links that are php? > >As others have already pointed out to you, what better place to find >information about google than google?
That, or your server logs - googlebot is great about identifying itself. RTFM's aside, a little understanding of how HTTP request-response loop goes a long way. There's no reason why google (or any other bot) shouldn't be capable of making a GET request for a *.php resource. My understanding is that it tends to avoid or downgrade URI's with parameters tacked onto the end. --------------------------------------------------------------------- michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php