From kroupware Thu Sep 12 09:59:18 2013 From: =?ISO-8859-1?Q?Thomas_Br=FCderli?= Date: Thu, 12 Sep 2013 09:59:18 +0000 To: kroupware Subject: Re: iRony? Message-Id: <52319076.4000502 () kolabsys ! com> X-MARC-Message: https://marc.info/?l=kroupware&m=137897996707453 Aleksander Machniak wrote: > On 09/12/2013 10:45 AM, Markus Feilner wrote: >> has anybody managed to make iRony work in a default install of Kolab 3.1 on >> Centos 6.4 outside of mykolab.com? We have several installs (all of them >> virtual), all with the same result: Sabre DAV returns the error mentioned >> here: > > In httpd vhost config: > > > ServerName webdav.domain.com > ServerAlias carddav.domain.com > ServerAlias caldav.domain.com > > DocumentRoot /usr/share/iRony/public_html/ > > > AllowOverride All > > Require all granted > > > Order Allow,Deny > Allow from All > > > RewriteEngine On > RewriteBase / If iRony doesn't run at root of a virtual host, you need to set RewriteBase /iRony/ which I guess it the default. > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteRule (.*) index.php [qsappend,last] > > > > and in /etc/iRony/dav.inc.php: > > $rcmail_config['base_uri'] = null; Set this to $rcmail_config['base_uri'] = '/iRony/'; and you should be fine. ~Thomas _______________________________________________ users mailing list users@lists.kolab.org https://lists.kolab.org/mailman/listinfo/users