|
|
[Perlfect-search] Searching for substrings
giorgos giorgos@perlfect.com
Wed, 11 Oct 2000 05:28:30 +0000
Try
$DOCUMENT_ROOT = 'D:/WWW/youmaine';
but reindex....
or to avoid reindexing remove the final / from your $BASE_URL and adjust
all the other paths accordingly(like $CGIBIN etc...)
giorgos
"Webmaster@YourMaine.Com" wrote:
>
> Thanks Giorgos! You know, I should have seen that. It's much better, but
> now I get
>
> http://www.yourmaine.com//whatever
>
> I tried $DOCUMENT_ROOT = 'D:/WWW/yourmaine';
>
> bit I get the same result. But it does work like that, just looks weird.
>
> Thanks,
>
> Mike
>
> ----- Original Message -----
> From: "giorgos" <giorgos@perlfect.com>
> To: <perlfect-search@perlfect.com>
> Sent: Tuesday, October 10, 2000 11:35 PM
> Subject: Re: [Perlfect-search] Searching for substrings
>
> > Hi,
> >
> > Please try this:
> >
> > $DOCUMENT_ROOT = 'D:/WWW/youmaine/';
> >
> > and see if it works.
> >
> > Best regards,
> > Giorgos.
> >
> > "Webmaster@YourMaine.Com" wrote:
> > >
> > > Ok, I changed it to this:
> > >
> > > $DOCUMENT_ROOT = 'D:\WWW\yourmaine/';
> > >
> > > and this is the url I get for all the results
> > >
> > > http://www.yourmaine.com//
> > >
> > > I've also tried D:\WWW\yourmaine\/ (that's a \ and a /, not a V), I've
> tried
> > > it without any slashes, still no luck. Any ideas? This is kicking my
> > > butt.....
> > >
> > > Mike
> > >
> > > ----- Original Message -----
> > > From: "Daniel Naber" <daniel.naber@t-online.de>
> > > To: <perlfect-search@perlfect.com>
> > > Cc: <webmaster@yourmaine.com>
> > > Sent: Tuesday, October 10, 2000 4:57 PM
> > > Subject: Re: [Perlfect-search] Searching for substrings
> > >
> > > > On Tuesday 10 October 2000 22:55, you wrote:
> > > >
> > > > > Hmmm.... This isn't the message I sent to support.... Don't
> understand
> > > > > why I got it,
> > > >
> > > > You're on a mailing list...
> > > >
> > > > > that the result's URLs all point to my homepage, not to the actual
> page
> > > > > the result is on.
> > > >
> > > > Replace the \ in $DOCUMENT_ROOT by / in conf.pl. See the FAQ for more
> > > > information if that's not enough.
> > > >
> > > > Regards
> > > > Daniel
> > > > _______________________________________________
> > > > perlfect-search mailing list
> > > > perlfect-search@perlfect.com
> > > > To unsubscribe, set other personal options or view the list archives
> > > please visit:
> > > >
> > > >
> > > >
> > >
> > > _______________________________________________
> > > perlfect-search mailing list
> > > perlfect-search@perlfect.com
> > > To unsubscribe, set other personal options or view the list archives
> please visit:
> > >
> > >
> >
> > --
> > Perlfect Solutions
> > http://perlfect.com
> > _______________________________________________
> > perlfect-search mailing list
> > perlfect-search@perlfect.com
> > To unsubscribe, set other personal options or view the list archives
> please visit:
> >
> >
> >
>
> _______________________________________________
> perlfect-search mailing list
> perlfect-search@perlfect.com
> To unsubscribe, set other personal options or view the list archives please visit:
>
>
--
Perlfect Solutions
http://perlfect.com
|
|