PDA

View Full Version : No link in temporary table


raphael_ita
12-06-2004, 12:55 PM
Hallo,

My site is on
- Webserver Apache/2.0.51 (Fedora)
- Versione Php 4.3.8
- Versione MySQL 3.23.58

I have just installed PhpDig and configured MySql
and all seemed to be ok, but when I triy to dig my website - www.raphaelproject.com (http://www.raphaelproject.com) -
(even with the maximum of depth)
I have this result

SITE : http://www.raphaelproject.com/
Exclude paths :
- tag
- public/tag
1:http://www.raphaelproject.com/
(time : 00:00:05)
No link in temporary table

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

links found : 1
http://www.raphaelproject.com/
Optimizing tables...
Indexing complete !

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

But on the index page there a lot of "<a href=something>something</a>" tags.

What is wrong?
I have tried to set permissions to 755 (like suggested on http://www.phpdig.net/forum/showthread.php?t=1431) but without any result

Thanks a lot for any answer!

Charter
12-06-2004, 01:41 PM
Check your PHP info page <?php phpinfo(); ?> and make sure allow_url_fopen is On and safe_mode is Off. The permissions are 777 for the /admin/temp, /text_content, and /includes directories. Once connect.php is set, the /includes directory can be set to 755 permission. Sometimes NAT, firewall, intranet may be an issue, so try to mini index a site not on the same server. There is also a script in this (http://www.phpdig.net/forum/showthread.php?t=1139) thread that should make a simple list of links.

raphael_ita
12-06-2004, 02:59 PM
Thanks a lot!!!!!!

I'm not so expert in linux systems and php,
and I understood to set 755 on html pages of the site! :o

Now the spider works!! :chicken:

Just a question: which is the correct CHMOD code for normal html pages?

Charter
12-06-2004, 03:35 PM
Glad it is now working. Permission 644 should work fine for HTML pages.

raphael_ita
12-07-2004, 12:25 AM
Thank you again for your courtesy! Grazie mille della cortesia! :)