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.
No help?
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.
Thanks. i ll try.