Author Topic: Roundcube 404 error with Vesta  (Read 4625 times)

Offline helyos

  • Newbie
  • *
  • Posts: 3
Roundcube 404 error with Vesta
« 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.

Offline helyos

  • Newbie
  • *
  • Posts: 3
Re: Roundcube 404 error with Vesta
« Reply #1 on: November 22, 2016, 12:24:19 PM »
No help?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Roundcube 404 error with Vesta
« Reply #2 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.

Offline helyos

  • Newbie
  • *
  • Posts: 3
Re: Roundcube 404 error with Vesta
« Reply #3 on: November 23, 2016, 10:32:15 AM »
Thanks. i ll try.