Using RapidSearch with Sitelok secured pages

RapidSearch Live V1.0.3+ supports the indexing of Sitelok secured pages (Sitelok V5.3+)

To enable this feature in Sitelok and to allow RapidSearch access to secured pages follow these steps.

1) If you only want to allow RapidSearch and not other search engines like Google

Add these lines to your slconfig.php (anywhere is ok)

$sldefinedsearchonly=true;
$searchenginedetails[]="rapidsearch,".$_SERVER['SERVER_ADDR'];

OR

If you want to allow RapidSearch and other search engines like Google

Add this line to your slconfig.php (anywhere is ok)

$searchenginedetails[]="rapidsearch,".$_SERVER['SERVER_ADDR'];

2) In Sitelok go to Tools - Configuration - General settings and Allow search engine access and select the usergroup to be used.

If you need any help adding the settings please let us know.