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

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #15 on: July 01, 2013, 07:33:44 PM »
Oh I'm sorry I misread that.
I have removed the .htaccess file in the program folder and I am able to click and send emails now.

Would this create any security problem though?

And should I keep the .htaccess file in the main directory without the :

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>
« Last Edit: July 01, 2013, 07:36:23 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 #16 on: July 01, 2013, 08:11:15 PM »
It doesn't create a major security problem, I'd just remove all the files that might be a problem (ie bin folder, sql folder, INSTALL, CHANGELOG, and UPGRADING files)

Offline Daica

  • Jr. Member
  • **
  • Posts: 10
Re: 403 Forbidden | Roundcube 0.9.2 | Windows 8 + Uniform Server
« Reply #17 on: July 01, 2013, 08:38:04 PM »
Got it!
I'll remove all those folders.

Thank you so much for your help! I was going to stick with AfterLogic Webmail Lite because I couldn't get Roundcube running, but their support is so bad and the Lite features doesn't even have as much as Roundcube does.

I'm glad I'm able to run Roundcube and use it as my main webmail now!