Roundcube Community Forum

Release Support => Pending Issues => Topic started by: helyos on November 21, 2016, 08:01:42 AM

Title: Roundcube 404 error with Vesta
Post by: helyos on November 21, 2016, 08:01:42 AM
Hello there!
I need a little help with my web server. On centos 6, I have install Vesta as a hosting panel and i have updated the php version to 5.6.27. After the update i have some issue with Roundcube mail. To be more specific, when i try to access it i have 404 error.
In the folder /var/log/roundcubemail/ I have nothing.

Then I went into apace.conf and i saw this directives:
"Alias /roundcube /var/lib/roundcube
Alias /webmail /var/lib/roundcube"

From terminal i saw that in /var/lib/ i have no folder /roundcube. In /var/lib/ i have only the folder roundcubemail. So i changed in apacahe all the paths from /var/lib/roundcube -->/var/lib/roundcubemail . I have restarted the apache and when i try to acess roundcube it has a "403 Forbidden Unfortunately, you do not have permission to view this" .

What shoud i do to get roundcube working? Thank you in advance.
Title: Re: Roundcube 404 error with Vesta
Post by: helyos on November 22, 2016, 12:24:19 PM
No help?
Title: Re: Roundcube 404 error with Vesta
Post by: SKaero on November 22, 2016, 06:03:19 PM
Its not a Roundcube problem. Your permissions are setup wrong with either the wrong user owning the Roundcube folder, incorrect read/write/execute permissions on the folder, or the web server setup doesn't allow alias setups.
Title: Re: Roundcube 404 error with Vesta
Post by: helyos on November 23, 2016, 10:32:15 AM
Thanks. i ll try.