View Single Post
Old 06-15-2004, 11:24 PM   #3
nathansc
Green Mole
 
Join Date: Jun 2004
Posts: 3
Hi, thank you for the prompt response. I'm sorry to keep bugging about something which I know has been answered millions of times on here, but I just can't seem to find a response which helps me. I spent about 10 hours fiddling with this and reading posts yesterday and today. So, I'll tell you what I've done.

First of all, I'm running:
mysql 4.0.15
PHP version 4.2.0
AIX 4.3.3

The site I'm working on is:
http://depts.washington.edu/vei/

One of the first things that I tried was creating a robots.txt file. That didn't work, and I found another post suggesting to erase the robots.txt file, so I did that tonight. I also replaced this line

$user_agent = $regs[1];

with

if ($regs[1] == "*") {
$user_agent = "'$regs[1]'";
} else {
$user_agent = $regs[1]
}

as another post suggested.

I also tried indexing http://www.php.net as a test, and it didn't work. I also found lots of other posts talking about this same problem, suggesting changes to the php.ini file, but none of those applieds, as I already had correct settings on the php.ini. So... I'm sure there's some simple answer that I'm just not getting so I appreciate the help.

When I tried to index php.net, this is the result I get.

SITE : http://www.php.net/
Exclude paths :
- '*'
- @NONE@
HTTP/1.1 200 OK
Date: Wed, 16 Jun 2004 07:15:59 GMT
Server: Apache/1.3.26 (Unix) mod_gzip/1.3.26.1a PHP/4.3.3-dev
X-Powered-By: PHP/4.3.3-dev
Last-Modified: Wed, 16 Jun 2004 07:11:02 GMT
Content-language: en
Set-Cookie: COUNTRY=USA%2C140.142.16.139; expires=Wed, 23-Jun-04 07:15:59 GMT; path=/; domain=.php.net
Connection: close
Content-Type: text/html;charset=ISO-8859-1

1:http://www.php.net/\1/
(time : 00:00:31)

No link in temporary table

--------------------------------------------------------------------------------

links found : 1
http://www.php.net/\1/
Optimizing tables...
Indexing complete !

When I try to index my site (http://depts.washington.edu/vei/index.php), i get the same result:

SITE : http://depts.washington.edu/
Exclude paths :
- '*'
- @NONE@
HTTP/1.1 200 OK
Date: Wed, 16 Jun 2004 07:23:26 GMT
Server: Apache/1.3.29 (Unix) mod_pubcookie/a5/1.77.2.4 mod_uwa/2.2 Resin/2.1.8 mod_fastcgi/2.2.12 mod_ssl/2.8.16 OpenSSL/0.9.7a
X-Powered-By: PHP/4.2.0
Content-Type: text/html

1:http://depts.washington.edu/vei/
(time : 00:00:09)

No link in temporary table

--------------------------------------------------------------------------------

links found : 1
http://depts.washington.edu/vei/
Optimizing tables...
Indexing complete !

Thanks again.

Nathan
__________________
Nathan
nathansc is offline   Reply With Quote