[Tickets #11735] Re: creating new task fails

bugs at horde.org bugs at horde.org
Thu Nov 29 12:21:46 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-29 12:21) wrote:

Thanks for the response mate,
however the issue remains this is my updated horde.conf in  
/etc/apache2/conf.d/

#####################################

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 All
            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.swartsit.com"
#      ErrorDocument 403 https://www.swartsit.com/horde

       RewriteEngine on
       RewriteCond %{HTTPS} !^on$ [NC]
       RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}  [L]

     </Location>
#  </IfModule>
</IfModule>

#####################################

Again I have tried multiple things, commenting the lot or just some or  
nothing at all.

Can someone tell me where I could find logs on this?

This is what is in my .htaccess file for horde stored in /var/www/horde

#####################################

allow from all

<IfModule mod_rewrite.c>
     RewriteEngine On
     RewriteCond   %{REQUEST_FILENAME}  !-d
     RewriteCond   %{REQUEST_FILENAME}  !-f
     RewriteRule ^(.*)$ rampage.php [QSA,L]
</IfModule>

#####################################

Any help is greatly appreciated.
If you ever find yourself in Western Australia I will buy you a beer :)

Talk about incentive...

Regards,
Steve





More information about the bugs mailing list