[Tickets #11735] Re: creating new task fails

bugs at horde.org bugs at horde.org
Wed Nov 28 16:38:05 UTC 2012


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: http://bugs.horde.org/ticket/11735
------------------------------------------------------------------------------
  Ticket           | 11735
  Aktualisiert Von | jmozdzen at nde.ag
  Zusammenfassung  | creating new task fails
  Warteschlange    | Nag
  Version          | 4.0.0
  Typ              | Bug
  Status           | Duplicate
  Priorität        | 2. Medium
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


jmozdzen at nde.ag (2012-11-28 16:38) hat geschrieben:

Well, I'm not one of the devs, but you seem to lack the proper  
AllowOverride statement:

> [...]
> <Directory /var/www/horde>
>            Options +FollowSymLinks
>            AllowOverride None

it ought to work with "AllowOverride All", but less may be sufficient,  
too. "None" will definitely not work, no matter what you do to enable  
Rewriting below. It's those rewriting rules that are overwritten in  
.htaccess...

> [...]
> #<IfModule mod_rewrite.c>
> #  <IfModule mod_ssl.c>
> #    <Location /webmail>
> #
> #      SSLOptions +StrictRequire
> #      SSLRequireSSL
> #      SSLRequire %{HTTP_HOST} eq "www.example.com"
> #      ErrorDocument 403 https://www.example.com/horde
> #
> #      RewriteEngine on
> #      RewriteCond %{HTTPS} !^on$ [NC]
> #      RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}  [L]
> #
> #    </Location>
> #  </IfModule>
> #</IfModule>

Regards,
Jens





More information about the bugs mailing list