From 60193a36a2860e68c4437d359cf5c6d76593da89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 20 Jul 2012 18:19:40 +0300 Subject: [PATCH] Update README.md Former-commit-id: ae700cc3db80179e1b0349f10328f9cb72da5cde --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cea00af..9ec92ed 100755 --- a/README.md +++ b/README.md @@ -41,15 +41,15 @@ Please see the INSTALL.md in this folder. # 6. Troubleshooting ## Problem with Cal/CardDAV auth -On webservers where PHP is served as FastCGI (check your phpinfo() -to find out if that's the case for you), Apache does not pass HTTP -Auth informations to PHP, and thus preventing Cal/CardDAV to auth -requests properly. Baïkal tries to address this issue by re-routing -HTTP Auth informations using Apaches mod_rewrite. This is done by the -Apache config directives found in the /.htaccess file that comes with Baïkal +On webservers where PHP is served as FastCGI (check your phpinfo() +to find out if that's the case for you), Apache does not pass HTTP +Auth informations to PHP, and thus preventing Cal/CardDAV to auth +requests properly. Baïkal tries to address this issue by re-routing +HTTP Auth informations using Apaches mod_rewrite. This is done by the +Apache config directives found in the /.htaccess file that comes with Baïkal (or /html/.htaccess for the non-ftp package). -Note: if this file is empty / does not exist, you should try to add it manually -(sometimes FTP clients decide to not send files with names beginning with a dot ".") +Note: if this file is empty / does not exist, you should try to add it manually +(sometimes FTP clients decide to not send files with names beginning with a dot ".") # 7. Credits Jérôme Schneider (@jeromeschneider) is admin and lead developper.