[commits] [Wiki] changed: ActiveSync
Wiki Guest
wikiguest at horde.org
Thu Jul 25 22:30:05 UTC 2013
guest [129.59.115.2] Thu, 25 Jul 2013 22:30:04 +0000
Modified page: http://wiki.horde.org/ActiveSync
New Revision: 206
Change log: Added missing quote to the lightttpd section
@@ -57,9 +57,9 @@
url.redirect = ("^/(?i)autodiscover/autodiscover.xml$" =>
"https://horde.example.com/autodiscover/autodiscover.xml")
}
alias.url = ("/Microsoft-Server-ActiveSync" => "/var/www/horde/rpc.php",
- "/autodiscover/autodiscover.xml" => /var/www/horde/rpc.php");
+ "/autodiscover/autodiscover.xml" => "/var/www/horde/rpc.php");
</code>
It should also be noted that the protocol documentation explicitly
lists the autodiscover url as all lowercase, some clients actually
request it as //!AutoDiscover/!AutoDiscover.xml// so if you are having
problems, you should adjust your alias/rewrite rules accordingly.
More information about the commits
mailing list