PDA

View Full Version : Oh no not another indexing problem post


Bryn
03-15-2004, 01:51 AM
But seriously- nice work on this indexing app.

And i do have 1 problem whatever i do i can't make this thing work. I read almost all of the "indexing problem" posts and i tried different things but none seem to work.



This is what i get when trying to index:

(i commented out the print $answer line)

HTTP/1.1 404 Not Found
HTTP/1.1 200 OK
Date: Mon, 15 Mar 2004 10:37:32 GMT
Server: Apache/1.3.28 (Unix) PHP/4.3.4 mod_backhand/1.2.2 mod_perl/1.29 mod_ssl/2.8.15 OpenSSL/0.9.6k
X-Powered-By: PHP/4.3.4
Content-Type: text/html

HTTP/1.1 200 OK
Date: Mon, 15 Mar 2004 10:37:32 GMT
Server: Apache/1.3.28 (Unix) PHP/4.3.4 mod_backhand/1.2.2 mod_perl/1.29 mod_ssl/2.8.15 OpenSSL/0.9.6k
X-Powered-By: PHP/4.3.4
Content-Type: text/html

HTTP/1.1 404 Not Found
SITE : http://www.lisac-lisac.si/
Exclude paths :
- @NONE@
HTTP/1.1 200 OK
Date: Mon, 15 Mar 2004 10:37:37 GMT
Server: Apache/1.3.28 (Unix) PHP/4.3.4 mod_backhand/1.2.2 mod_perl/1.29 mod_ssl/2.8.15 OpenSSL/0.9.6k
X-Powered-By: PHP/4.3.4
Content-Type: text/html

1:http://www.lisac-lisac.si/
(time : 00:00:05)
No link in temporary table
links found : 1
http://www.lisac-lisac.si/
Optimizing tables...
Indexing complete !



Any ideas?

TIA Bryn

Bryn
03-15-2004, 03:29 AM
Forgot to mention all my files are .php and have a bit of code on top of every document if that makes any difference.

Running: Linux(apache,mysql, php 4, etc)

Charter
03-15-2004, 10:41 AM
Hi. What search depth did you choose? The following is from a search depth of one. Also, for base href tags you might want to apply the code in this (http://www.phpdig.net/showthread.php?postid=1633#post1633) thread.

SITE : http://www.lisac-lisac.si/
Exclude paths :
- @NONE@
1:http://www.lisac-lisac.si/
(time : 00:00:10)
+ + + + + + + + + + + + + +
level 1...
2:http://www.lisac-lisac.si/index.php
(time : 00:00:31)

3:http://www.lisac-lisac.si/delavnice.php
(time : 00:00:40)

4:http://www.lisac-lisac.si/knjige.php
(time : 00:00:49)

5:http://www.lisac-lisac.si/vroce.php
(time : 00:00:57)

6:http://www.lisac-lisac.si/brezplacno.php
(time : 00:01:06)

7:http://www.lisac-lisac.si/sale.php
(time : 00:01:15)

8:http://www.lisac-lisac.si/onas.php
(time : 00:01:23)

9:http://www.lisac-lisac.si/delavnicanemogoce2.php
(time : 00:01:32)

10:http://www.lisac-lisac.si/narocilnica_n2.php
(time : 00:01:40)

11:http://www.lisac-lisac.si/postaniteodlicenprodajnik.php
(time : 00:01:48)

12:http://www.lisac-lisac.si/narocilnica_pr.php
(time : 00:01:56)

13:http://www.lisac-lisac.si/vabilovzakulisje.php
(time : 00:02:05)

14:http://www.lisac-lisac.si/strokovnaliteratura1.php
(time : 00:02:14)

15:http://www.lisac-lisac.si/mesecnik.php
(time : 00:02:23)

No link in temporary table

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

links found : 15
http://www.lisac-lisac.si/
http://www.lisac-lisac.si/index.php
http://www.lisac-lisac.si/delavnice.php
http://www.lisac-lisac.si/knjige.php
http://www.lisac-lisac.si/vroce.php
http://www.lisac-lisac.si/brezplacno.php
http://www.lisac-lisac.si/sale.php
http://www.lisac-lisac.si/onas.php
http://www.lisac-lisac.si/delavnicanemogoce2.php
http://www.lisac-lisac.si/narocilnica_n2.php
http://www.lisac-lisac.si/postaniteodlicenprodajnik.php
http://www.lisac-lisac.si/narocilnica_pr.php
http://www.lisac-lisac.si/vabilovzakulisje.php
http://www.lisac-lisac.si/strokovnaliteratura1.php
http://www.lisac-lisac.si/mesecnik.php
Optimizing tables...
Indexing complete !

Bryn
03-15-2004, 12:43 PM
hmmm wierd. I'll try to reinstall the whole thing maybe it'll work.
Thanks for the quick response and i must commend you for keeping this project alive, i know it's hard work.

Keep it up

Bryn