Re: RE: [Xaraya_users] Re: Crawlers/SE/roBots

"Paul_C" <[email protected]> Sun, 21 Dec 2003 01:52:28 +0000 (UTC)
Newsgroups gmane.comp.cms.xaraya.knowledge-base
Organization Xaraya News Server
Message-ID <[email protected]>
"Michael Cortez" <[email protected]> wrote in
news:mailman.1221.1070294063.4976.xaraya_knowledge-base-n5IRV0TL0hwRxVAL8JNkPw@public.gmane.org:
> See a relative link,
> like index.php/polls/123 that has been manually entered into the main
> menu. * Follows that link, constructing the relative link based on the
> current page, ie resulting in:
> 
> http://domain.com/index.php/articles/pubtype/index.php/polls/123
...
> Solution:
> Make sure all your links are fully qualified.  IE never have just
> "index.php/articles/" but always have
> "http://domain.com/index.php/articles" 

Or make sure your relative links start with a /
(as in /index.php/polls/123)