|
From: Ingmar E. <eve...@gm...> - 2012-01-16 16:06:33
|
Hello, i have the same problem. For weeks the access with iOS devices works fine, but then the url of a shared resource changed to the user default calendar. Even i use the iPhone Configuration tool with hardcoded URLs, they change to the default. I don't use any Rewrite Rule, which works fine for me. caldav:/etc/apache2# grep -R "Rewrite" * caldav:/etc/apache2# Any ideas why iOS is so jumpy with its urls to shared resources? Thanks ingmar Am 13.01.2012 um 15:50 schrieb John Affleck: > On Fri, Jan 13, 2012 at 11:08:06AM +1300, Andrew McMillan wrote: >> It would be very useful if I could see the request / response series >> there. The request against /.well-known/caldav is getting a "405" which >> might mean that URL is not being handled by DAViCal. >> >> If you have standard rewrite rules for DAViCal in place then that URL >> should get processed by DAViCal and should return a 301 (moved >> permanently) to redirect the client explicitly to .../caldav.php/ > > So I _thought_ I was using the standard re-write rules: > > #Activate RewriteEngine > RewriteEngine On > # Redirect /.well-known URLs > RewriteRule ^.well-known(.*)$ /caldav.php/.well-known$1 [NC,L] > # Optionally: redirect /principals/users/ as well > RewriteRule ^principals/users(.*)$ /caldav.php$1 [NC,L] > > ..but the wiki appears to have a different set and I haven't a clue > where I came up with those. I can either try the new set, or, I have, in > theory, set up mod_dumpio to see if I can capture it next time it > happens (is that my best bet ? mod_dumpio seems a little heavyweight). > > I don't know what triggers the behavior, so I don't know when I'll have > new data. > > Thanks for the help! > > John A. > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Mar 27 - Feb 2 > Save $400 by Jan. 27 > Register now! > http://p.sf.net/sfu/rsa-sfdev2dev2 > _______________________________________________ > Davical-general mailing list > Dav...@li... > https://lists.sourceforge.net/lists/listinfo/davical-general |