|
|
[Perlfect-search] Problems with logging and no_index after upgrading.
Linda Antonsson perlfect-search@perlfect.com
Sun, 14 Dec 2003 00:31:07 +0100
Daniel Naber wrote:
> On Saturday 13 December 2003 23:11, Linda Antonsson wrote:
>
>
>>Here's the page itself: http://www.westeros.org/BoD/index.html
>>And here's how it comes if I click on the 'highlight matches' link on
>>the search result page:
>>http://www.westeros.org/Scripts/PFSearch/search.cgi?q=MUSH&showurl=%2FBo
>>D%2Findex.html
>
>
> There's a bug in the script. In search.pl, try to replace this line (line
> 184):
> $url = cleanup($url);
> ...with this:
> $url = $BASE_URL.cleanup($url);
>
> Regardas
> Daniel
>
Thank you, that did the trick. :)
Linda
|
|