diff options
Diffstat (limited to 'maintenance/hiphop/server.conf')
-rw-r--r-- | maintenance/hiphop/server.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/hiphop/server.conf b/maintenance/hiphop/server.conf index 16af0f2f..558bdad8 100644 --- a/maintenance/hiphop/server.conf +++ b/maintenance/hiphop/server.conf @@ -12,7 +12,7 @@ Debug { } Server { EnableStaticContentCache = false - EnableStaticContentFromDisk = false + EnableStaticContentFromDisk = true AlwaysUseRelativePath = true } VirtualHost { @@ -22,7 +22,7 @@ VirtualHost { RewriteRules { * { pattern = ^/wiki/(.*)$ - to = /phase3/index.php?title=$1 + to = /index.php?title=$1 qsa = true } } |