X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/768babf8a098db060ca245df135e0dcf392cfad5..1a86b2d34839ea1ba3e99dbeff414e0262d434ed:/lib/web_apps.dtl 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]