Force php in wordpress locations to version 5
authorClinton Ebadi <clinton@unknownlamer.org>
Mon, 10 Dec 2012 01:40:32 +0000 (20:40 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Mon, 10 Dec 2012 01:40:32 +0000 (20:40 -0500)
lib/web_apps.dtl

index f17e8e8..0ae5222 100644 (file)
@@ -2,6 +2,7 @@
 
 val addWordPress = \ loc : (location) ->
   location loc with
+    phpVersion php5;
     rewriteCond "%{REQUEST_FILENAME}" "!-f" [];
     rewriteCond "%{REQUEST_FILENAME}" "!-d" [];
     rewriteRule "." "/index.php" [last]