[imp] Login

mbailey@journey.net mbailey@journey.net
Sun, 5 Nov 2000 12:00:58 -0500 (EST)


Got it.. Was a password problem.. (the nag) apparently I was chalking up
the error page to being something that I should not do rather than
checking to see why It was appearing..

--Matt

On Sun, 5 Nov 2000, Max Kalika wrote:

> Quoting mbailey@journey.net:
> 
> > Already tried that.. Nothing..
> > If I specify any of the php3 files I get them to come up with login but no
> > frames.
> 
> Did you try http://<host>/horde/imp/index.php3?  If that works, make sure you 
> have index.php3 listed in the DirectoryIndex directive of your apache 
> configuration. (If you're running apache that is).  This way you can go to just 
> http://<host>/horde/imp.  To make it even easier for users you can make an 
> apache alias pointing to webmail like so:
> 
>   Alias /webmail "/www/horde/imp"
>   Alias /horde "/www/horde"
>   <Directory "/www/horde">
>     Options Indexes MultiViews FollowSymLinks
>     AllowOverride None
> # uncomment if running php4
> #    php_flag magic_quotes_gpc Off
> # uncomment if running php3
> #    php3_magic_quotes_gpc off
>   </Directory>
> 
> This way you just tell your users to go to http://<host>/webmail
> 
> Good luck!
> 
> --mk23
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
>