Author Topic: [SOLVED] 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server  (Read 18616 times)

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
I'm trying to install roundcube on my server running Windows 8 and using Uniform Server as the apache server.
I extracted roundcube into a folder and went to the folder using my browser. When I got there, it gave me an error 403 and I cannot install Roundcube because it just keeps displaying that error.

If I remove the .htaccess file, Roundcube would run, but after the installation, it would throw a lot of errors at the top of the page.
« Last Edit: July 01, 2013, 08:39:36 PM by Daica »

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #1 on: June 26, 2013, 06:21:33 PM »
Does anyone have this problem or know how to fix it?

I really wanna use Roundcube but the support is so dead :|

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #2 on: June 26, 2013, 09:24:09 PM »
Plenty of support for normal platforms. I've not heard of anyone else running it on Windows 8, and have never even heard of Uniform. Hard to give advise when we aren't familiar with your uncommon platform.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #3 on: June 27, 2013, 06:46:44 PM »
Roundcube does support Windows though right?
Uniform is basically like WAMP, it's an all-in-one apache server with MySQl, PHP and stuff.

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #4 on: June 27, 2013, 08:51:12 PM »
Roundcube doesn't care what operating system it is installed in. It does require a supported database (such as mySQL), PHP 5.3.x and a standards-compliant webserver.

As a guess, it sounds like Uniform does not like something in the .htaccess file. Possibly a declaration in it that Uniform doesn't support. I don't think I'd call this a Roundcube problem as much as a Uniform problem. You might look through the .htaccess file and see what is in there, and check each line for compatibility with Uniform.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #5 on: June 28, 2013, 12:44:48 AM »
Well I found which part of the .htaccess file that was giving me the 403 error.
When I took it out, I can install and login to roundcube.

However, when I click on COMPOSE and try to send an email, the SEND button does not work.
When I go into settings to change some preferences, none of the buttons work.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #6 on: July 01, 2013, 01:56:53 PM »
Is there anything in the RoundCube error log? Whats in the JS Console?

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #7 on: July 01, 2013, 05:07:27 PM »
There's nothing in the error logs.
I'm just not able to click some of the buttons like SEND. The settings button.
Buttons just doesn't click.

This is the part of the .htaccess file that gives me the 403 error :

Code: [Select]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico
# security rules
RewriteRule .git - [F]
RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ - [F]
RewriteRule ^/?(SQL|bin) - [F]
</IfModule>

With that in the .htaccess file I get the 403 error.
Without that in the .htaccess file I can install fine but cannot click most of the buttons.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #8 on: July 01, 2013, 05:30:34 PM »
Whats in the JS Console?

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #9 on: July 01, 2013, 05:34:26 PM »
I'll look through it now to see what's in there.
However, when I first installed Roundcube, this was one of the things that was missing :



Is that required?

EDIT: I can't seem to find the JS console, could you please point me to it?
The logs folder is empty as before
« Last Edit: July 01, 2013, 05:38:30 PM by Daica »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #10 on: July 01, 2013, 06:51:09 PM »
Intl is optional, what browser are you using?

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #11 on: July 01, 2013, 06:53:28 PM »
Google chrome
Also tried it on firefox

Here is the link and a temp demo account so you can see :

removed
« Last Edit: July 01, 2013, 08:40:20 PM by Daica »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #12 on: July 01, 2013, 07:10:56 PM »
Your web server is forbidding the the js files form loading: http://example.org/program/js/jquery.min.js Since it sounds like your web server can't handle .htaccess files try removing the the .htaccess in the program directory.
« Last Edit: July 01, 2013, 10:12:48 PM by SKaero »

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #13 on: July 01, 2013, 07:27:55 PM »
What do you mean move the .htaccess into the program directory?
Move the .htaccess in the main folder into the program folder?
There is already another .htaccess in the program folder, what should I do with that one?

EDIT : Also, I found this document here about my web server : http://wiki.uniformserver.com/index.php/Htaccess:_Introduction
It doesn't say anything about not supporting ,htaccess file
« Last Edit: July 01, 2013, 07:30:17 PM by Daica »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #14 on: July 01, 2013, 07:29:52 PM »
I didn't say move I said to remove it, as in delete it.