|
|
Fw: Fw: [Perlfect-search] Warning: cannot remove ...
Hannes Schmiderer johannes@schmiderer.cc
Wed, 9 May 2001 21:49:57 +0200
>> $BASE_URL = 'http://www.dh-rangers.com';
>> $HTTP_START_URL = 'http://www.dh-rangers.com/';
>You can try removing the final slash from $HTTP_START_URL or adding one to
>$BASE_URL, but I just tested it and I think the warning can be ignored. I
>will try to fix it for version 3.21.
I tried
$BASE_URL = 'http://www.dh-rangers.com/';
already. You then get search results with links like
http://www.dh-rangers.com//index.html. The Browsers ignore the //.
I think that removing the slash from $HTTP_START_URL will not help either,
at least not for the external links.
And for the internal links it only would help for links like
http://www.domain.com/ but not for links like http://www.domain.com. Ok,
links to directories should always end with a slash. I'll fix that.
Thank's anyway.
Best Regards
Hannes
|
|