|
|
[Perlfect-search] Indexer doesn't follow links with an "&" in it
Jens Gutzeit perlfect-search@perlfect.com
Fri, 23 Aug 2002 15:12:44 +0200
Am Fri, 23 Aug 2002 13:51:04 +0200
Daniel Naber <daniel.naber@t-online.de> schrieb:
Hi
> You probably shouldn't do that.
Yes, I know, it was for testing only.
> It tried to index a part of your server from here with
> Perlfect Search 3.30 and it works. For the howto=9 link it says:
>
> Fetched
> 'http://lfsforum.org/howtos/read.php?howto=9&sid=30c3d336d3e48d4cca0f
> a95170ad53b0', 29315 bytes
> 5:
> http://lfsforum.org/howtos/read.php?howto=9&sid=30c3d336d3e48d4cca0fa95170ad53b0
>
> I used these values in conf.pl:
>
> $HTTP_START_URL = 'http://lfsforum.org/';
> @HTTP_LIMIT_URLS = ("http://lfsforum.org/howtos");
Thanks, @HTTP_LIMITS_URLS was the problem, it was set to
http://lfsforum.org
I've set it to http://lfsforum.org/howtos/ then it index my howtos, but
only the howtos, and nothing else. Then I have tried this:
@HTTP_LIMIT_URLS = ('http://lfsforum.org/howtos/',
'http://lfsforum.org/');
But then it index everything else but not the howtos. Do I do something
wrong?
$HTTP_START_URL is set to http://lfsforum.org
> Regards
> Daniel
best regards
Jens
--
Hilfe zu LFS Problemen: http://www.lfsforum.de
Public Key: http://lfsforum.org/jens-gutzeit.asc
|
|