diff --git a/README b/README
index 484f35028ea1dfbced8d7f05e1f5dcf060e07a56..b1586fd1dd628c590d440a3ea416c301873c9b5a 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'.