From: Clinton Ebadi Date: Mon, 10 Dec 2012 01:40:32 +0000 (-0500) Subject: Force php in wordpress locations to version 5 X-Git-Tag: release_20121209~3 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/1a86b2d34839ea1ba3e99dbeff414e0262d434ed?hp=768babf8a098db060ca245df135e0dcf392cfad5 Force php in wordpress locations to version 5 --- diff --git a/lib/web_apps.dtl b/lib/web_apps.dtl index f17e8e8..0ae5222 100644 --- a/lib/web_apps.dtl +++ b/lib/web_apps.dtl @@ -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]