[Tickets #11735] Re: creating new task fails
bugs at horde.org
bugs at horde.org
Wed Nov 28 15:55:02 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11735
------------------------------------------------------------------------------
Ticket | 11735
Updated By | steven at swartsit.com
Summary | creating new task fails
Queue | Nag
Version | 4.0.0
Type | Bug
State | Duplicate
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
steven at swartsit.com (2012-11-28 15:55) wrote:
Ok I have made another bug ticket #11747 but it obviously is a
duplicate. I apologize for that.
However trying to sift through the lists is a pain in the buttocks.
I realize that mod_rewrite must be enabled however this is my horde.conf
Alias /autodiscover/autodiscover.xml /var/www/horde/rpc.php
Alias /Microsoft-Server-ActiveSync /var/www/horde/rpc.php
Alias /Autodiscover/Autodiscover.xml /var/www/horde/rpc.php
#Alias /autodiscover/autodiscover.xml /var/www/horde/rpc.php
Alias /AutoDiscover/AutoDiscover.xml /var/www/horde/rpc.php
Alias /horde /var/www/horde
Alias /webmail /var/www/horde
<Directory /var/www/horde>
Options +FollowSymLinks
AllowOverride None
order allow,deny
allow from all
AddType application/x-httpd-php .php
php_value include_path ".:/usr/share/php"
php_value open_basedir "none"
php_value upload_tmp_dir "/var/www/horde/phptmp/"
</Directory>
#<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>
I tried with the commented section and without, no luck.
Could the dev's please add some form of documentation for this?
Cheers guys,
Steve
More information about the bugs
mailing list