We have had this question a couple of times now. How is it possible to index a discussion forum that is created by the PHPBB script?
You can index PHPBB forums but you need to skip a lot of irrelevant pages.
For example you need probably don't want to index the members list, profile pages, private message pages, login pages, etc, etc..
So you need to add a list of pages to skip to the Zoom configuration window, on the 'Skip Options' tab.
Here is an example list that you can copy and paste into the Zoom skip list.
This will cause Zoom to index topic pages (as apposed to individual posts) and assumes you have the forums in the sub-directory called /forum.
This was tested with PHPBB version 2.0.13
-----
David
You can index PHPBB forums but you need to skip a lot of irrelevant pages.
For example you need probably don't want to index the members list, profile pages, private message pages, login pages, etc, etc..
So you need to add a list of pages to skip to the Zoom configuration window, on the 'Skip Options' tab.
Here is an example list that you can copy and paste into the Zoom skip list.
Code:
/forum/faq.php /forum/search.php /forum/profile.php /forum/privmsg.php /forum/groupcp.php /forum/viewonline.php /forum/memberlist.php /forum/login.php /forum/index.php?mark=forums /forum/posting.php /forum/modcp.php /forum/viewtopic.php?p= &view=previous &view=next &watch=topic &mark=topics &start=0&postdays=0
This was tested with PHPBB version 2.0.13
-----
David
Comment