PDA

View Full Version : Frames are not indexed


alivin70
12-18-2003, 08:33 AM
Hi guys,
it seems that Phpdig doesn't index pages inside a Frameset.


If the homepage of a website is a frameset then the whole site is not indexed.

Does Phpdig crawl pages inside a <frame> tag?

Charter
12-26-2003, 05:28 PM
Hi. PhpDig can grab the link from a frame tag if the link matches the regular expression in the phpdigExplore function and the link gets through the phpdigRewriteUrl function. Assuming the link passes, then to crawl across domains, change define('PHPDIG_IN_DOMAIN',false); to define('PHPDIG_IN_DOMAIN',true); in the config.php file, and also make the change listed in this (http://www.phpdig.net/showthread.php?threadid=177) thread.

alivin70
12-27-2003, 03:04 AM
I see,

thanks a lot
:)