From 2898cae37efedf4a683c1f54f67b857102d5b2f6 Mon Sep 17 00:00:00 2001
From: Yannick Warnier
Date: Fri, 20 Nov 2015 01:53:08 -0500
Subject: [PATCH] Added OS X documentation to English installation guide - refs
CT#7918
---
documentation/installation_guide.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html
index 3c6099e348..1ee945240a 100755
--- a/documentation/installation_guide.html
+++ b/documentation/installation_guide.html
@@ -723,6 +723,19 @@ If you have issues with files taking a long time to download, make sure you reco
deny all;
}
+ Apple on OS X servers
+
+ Scott Steven reports that Apache on OS X requires specific actions
+
+ - First, make sure you have the .htaccess file present at the root of your Chamilo folder
+ - Get to your Apache"s HTTPd.conf file and configure your domain and the fact that mod_rewrite is loaded
+ - In your Apple Server app, Advanced Settings, check the box to allow .htaccess
+
+ Alternatively, you can find the settings file for your domain in Apple's settings folder under
+ /Library/Server/Web/Settings to update it manually.
+ You cannot, however, only allow .htaccess files in the main httpd.conf file, as OS X will override it with the
+ domain-specific configuration file.
+