Roundcube Community Forum

 

Login Issues

Started by zeddjb, July 24, 2013, 06:30:34 PM

Previous topic - Next topic

zeddjb

I recently installed hmailserver and I wanted to utilize some kind of front end for users to self register and check email using a web client.  Everything seemed to point to roundcube and after doing some research it would seem roundcube would be a good fit for my existing set up.

I ran through the install sequence with no issues and after I was done I was able to get to the roundcube login page.  However, I tried to log in and I wasn't able to.  As soon as I click the "Login" button the web page redirects from MyDomainName.xxx/webmail/index.php to just MyDomainName.xxx/webmail/ but instead of listing the contents of that folder, I get a 404 page.

In the username field, I tried both formats:

[email protected] and just the username


At the end of the install, I was able to test both the IMAP and SMTP settings and both of them passed.

I'm utilizing:
Apache 2.2.9
PHP 3.5.27
hmailserver 5.3.3
MySQL 5.6

Not sure what to do from here.  Any help would be very much appreciated.

SKaero

Do you have index.php in your directoryindex?

zeddjb

Thanks for the reply.  Yes, I do have it in there.  It's how I get to the login screen to begin with.  But once I click on the login button, it redirects to MyDomainName.xxx/webmail/

SKaero

Just to be clear when I say directoryindex I'm talking about the apache configuration option.

zeddjb

You sir are the best.  I added /webmail/index.php to the directory index and it worked like a charm.

I thank you for clarifying and helping me out with this.