Author Topic: ERROR 403 - Forbidden!  (Read 10620 times)

Offline Daninor

  • Newbie
  • *
  • Posts: 6
ERROR 403 - Forbidden!
« on: August 08, 2013, 04:02:33 PM »
Hi

I'm having a problem with my Roundcube installation, this is the error I get. Any ideas? I have just installed latest update, and it worked after that. I have ispconfig installed.

ERROR 403 - Forbidden!

The following error occurred:

You are not permitted to access the requested URL.

Please contact the webmaster with any queries.

EDIT:

Now I got this error:

Forbidden

You don't have permission to access /webmail/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.16 (Debian) Server at .............. Port 443
« Last Edit: August 08, 2013, 05:14:11 PM by Daninor »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: ERROR 403 - Forbidden!
« Reply #1 on: August 08, 2013, 06:34:02 PM »
Check Apache logs for more information, most likely you have the files owner, group, or permissions incorrect.

Offline Daninor

  • Newbie
  • *
  • Posts: 6
Re: ERROR 403 - Forbidden!
« Reply #2 on: August 09, 2013, 10:26:35 AM »
Ok. Thanks, what should the default settings for it be?

Code: [Select]
[Thu Aug 08 20:07:45 2013] [error] [client my ip] SoftException in Application.cpp:221: File "/var/lib/roundcube/index.php" is not in document root of Vhost "/var/www/ispconfig/"
[Thu Aug 08 20:07:45 2013] [error] [client my ip] Premature end of script headers: index.php
[Thu Aug 08 20:07:47 2013] [error] [client my ip] SoftException in Application.cpp:221: File "/var/lib/roundcube/index.php" is not in document root of Vhost "/var/www/ispconfig/"
[Thu Aug 08 20:07:47 2013] [error] [client my ip] Premature end of script headers: index.php
[Thu Aug 08 20:12:25 2013] [error] [client my ip] SoftException in Application.cpp:221: File "/var/lib/roundcube/index.php" is not in document root of Vhost "/var/www/ispconfig/"
[Thu Aug 08 20:12:25 2013] [error] [client my ip] Premature end of script headers: index.php
[Thu Aug 08 20:29:09 2013] [error] [client my ip] SoftException in Application.cpp:221: File "/var/lib/roundcube/index.php" is not in document root of Vhost "/var/www/ispconfig/"
[Thu Aug 08 20:29:09 2013] [error] [client my ip] Premature end of script headers: index.php
[Thu Aug 08 20:29:22 2013] [error] [client my ip] SoftException in Application.cpp:221: File "/var/lib/roundcube/index.php" is not in document root of Vhost "/var/www/ispconfig/"
[Thu Aug 08 20:29:22 2013] [error] [client my ip] Premature end of script headers: index.php
Is what I found in /var/log/apache2, witch had roundcube as text.
« Last Edit: August 09, 2013, 10:37:26 AM by Daninor »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: ERROR 403 - Forbidden!
« Reply #3 on: August 09, 2013, 12:01:29 PM »
You need to change your security settings or your virtual host, I'm not to familiar with ISPConfig so I can't be of much help.

Offline Daninor

  • Newbie
  • *
  • Posts: 6
Re: ERROR 403 - Forbidden!
« Reply #4 on: August 09, 2013, 01:29:21 PM »
Reinstalled whole Ispconfig, thanks for your help anyways!