[Tickets #4151] page not found after login tasks

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Aug 25 07:42:03 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4151
-----------------------------------------------------------------------
 Ticket             | 4151
 Updated By         | zoli at polarhome.com
 Summary            | page not found after login tasks
 Queue              | IMP
 Version            | 4.1.2
 Type               | Bug
 State              | Feedback
 Priority           | 2. Medium
 Owners             | 
-----------------------------------------------------------------------


zoli at polarhome.com (2006-08-25 07:42) wrote:

Hi Jan

Thank you for the constructive and competent reply.

But I still  have some questions, if you allow:

1. I do not understand where to set webroot to a fixed value.

You mean here:

$this->applications['imp'] = array(
    'fileroot' => dirname(__FILE__) . '/../imp',
    'webroot' => $this->applications['horde']['webroot'] . '/imp',
    'name' => _("Mail"),
    'status' => 'active',
    'provides' => 'mail',
);

to

$this->applications['imp'] = array(
    'fileroot' => dirname(__FILE__) . '/../imp',
    'webroot' => '/horde/imp',
    'name' => _("Mail"),
    'status' => 'active',
    'provides' => 'mail',
);

2. if you check the url that is not found:

http://www.polarhome.com/horde/imp/redirect.php/horde/imp/redirect.php?nocache=3pv7ahppubi8&maintenance_done=1&domaintenance=1

it is easy to see that "/horde/imp/redirect.php" is written two times. Is
that OK?

When I manually edit the failed URL and remove that part from the URL
transforming it to:

http://www.polarhome.com/horde/imp/redirect.php?nocache=3pv7ahppubi8&maintenance_done=1&domaintenance=1

it works perfect...

3. You may try it yourself with:

username: guest
password: guest
server  : alpha.polarhome.com

at http://www.polarhome.com/horde/

Thank you very much for competent help.

regards,
Z






More information about the bugs mailing list