PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   do not index all pages (http://www.phpdig.net/forum/showthread.php?t=240)

robilix 11-25-2003 01:41 AM

do not index all pages
 
Hi!

i have a problem
i have installed pgpDig, and started to index my page
www.aiudonline.ro

because of the forum (phpBB) the index started more then 10 hours agoo and still not finished.

how i can exclude for example the forum
www.aiudonline.ro/forum
because the forum already have the search function and than don't need it.

thanks,
Robert

Charter 11-25-2003 07:04 AM

Hi. There are three ways to exclude portions of a site.
  1. Use the values for PHPDIG_EXCLUDE_COMMENT and PHPDIG_INCLUDE_COMMENT in the HTML, each on their own line, to exclude a portion of a page like so:

    <!-- phpdigExclude -->
    <a href="http://www.this_link.com/is_followed.html">This text is ignored</a>
    This text is also ignored
    <!-- phpdigInclude -->
  2. Use a robots.txt file, placed in web root, with the following text:

    User-agent: PhpDig
    Disallow: /forum
  3. If the forum directory has been indexed, go to the PhpDig admin panel, click the site, click the update button, and click the red exclude circle symbol next to the forum directory to delete and exclude it from future indexing.

robilix 11-25-2003 01:50 PM

thanks
 
thanks a lot
www.aiudonline.ro/search

and it's working :)

nice day,
robert


All times are GMT -8. The time now is 02:00 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.