|
|
[Perlfect-search] Problems with logging and no_index after upgrading.
Daniel Naber perlfect-search@perlfect.com
Sat, 13 Dec 2003 23:58:58 +0100
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
--
http://www.danielnaber.de
|
|