From b29dbf53a5c4b2ac305970439774d69ddd105038 Mon Sep 17 00:00:00 2001 From: haemmer Date: Tue, 16 Jul 2013 15:07:15 +0000 Subject: [PATCH] Improved Apache configuration instructions --- README | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README b/README index 484f350..b1586fd 100755 --- a/README +++ b/README @@ -49,23 +49,22 @@ Installation: 5. If Apache 2 is used, add the following statement to the Apache configugration: --- - - SetHandler php5-script - -- - In some clustered environments with FastCGI it may be necessary to use - something like: +Alias /SWITCHaai /#YOUR-PATH-TO#/SWITCHwayf + + Options Indexes MultiViews + AllowOverride None + Order allow,deny + Allow from all --- -Options +FollowSymLinks + + SetHandler php5-script + AcceptPathInfo On + + + - - RewriteEngine On - RewriteRule ^WAYF/(.*)$ WAYF.php/$1 [QSA,L] - RewriteRule ^WAYF$ WAYF.php [QSA,L] - -- Alternatively, one also could rename the file 'WAYF' to 'WAYF.php'. -- GitLab