[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-developers] Re: another sitemgr bug :(
From: |
totschnig . michael |
Subject: |
[Phpgroupware-developers] Re: another sitemgr bug :( |
Date: |
Fri, 31 Jan 2003 20:13:03 -0500 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Common Lisp, i386-redhat-linux) |
Dave,
there are two things that strike me.
1) If the site does not use cookies you should not see URLS like
http://www.phpgroupware.org/Welcome/?sessionid=&kp3=&domain=default
but only
http://www.phpgroupware.org/Welcome/
2) even with these longer URLs relocate should work according to my
experience, are you sure you have correctly set the two variables
$base_script_uri and $base_script_dir in relocate.php ?
But as I said, some of the new modules will not work with relocate, so
I would suggest to disable htaccess_404 in config.inc.php for the
moment.
Michael
Dave Hall <address@hidden> a écrit:
> Sorry for not being very clear last night, and posting a newbie bug
> report. Ok the site does coookies afaik. The issue is with
> sitemgr-link not the relocate. That is where the bad links are being
> generated from.