Alex-325 wrote:
> 
> Hi,
> 
> I'm using v1.4.21, installed manually. Everything is working fine
> while logged in, but when I try to log out, I receive "File does not
> exist" instead of being redirected to login.php.
> 
> index.php exists in /var/lib/squirrelmail/www and in
> /var/lib/squirrelmail/www/src/.
> 
> The apache logs show that it's looking for index.php in the document
> root, but that is not the same as the path described above. How should
> it be configured so it properly finds the index.php?
> 
> The path for the users to access webmail for this domain is
> https://example.com/webmail1/
> 
Apache logs also show where exactly it is looking for that file.

Check your Apache configuration. Check DocumentRoot and Alias directives.

If you have SquirrelMail installed in /var/lib/squirrelmail/www/ and want to
use http://example.com/webmail1/ for access, then you need proper Alias
directive.

Alias /webmail1/ /var/lib/squirrelmail/www/

-- 
Tomas
-- 
View this message in context: 
http://old.nabble.com/index.php-not-found-tp29784385p29786436.html
Sent from the squirrelmail-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to