X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fhiphop%2Fserver.conf;h=558bdad8ceb61845c1d95d1890b8413c5745f6a1;hb=8734fe02b84c0fdd6fa53454b23ce9239b50dc75;hp=8c53ab5c0c9280b96ff9a2455d3e332af72e3f77;hpb=2d1e125646c1cad3343d7e41a7c7b667ef4fbba7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/hiphop/server.conf b/maintenance/hiphop/server.conf index 8c53ab5c0c..558bdad8ce 100644 --- a/maintenance/hiphop/server.conf +++ b/maintenance/hiphop/server.conf @@ -1,7 +1,6 @@ Log { Level = Warning UseLogFile = true - File = /dev/stdout NativeStackTrace = true InjectedStackTrace = true } @@ -12,5 +11,20 @@ Debug { TranslateSource = true } Server { + EnableStaticContentCache = false EnableStaticContentFromDisk = true + AlwaysUseRelativePath = true +} +VirtualHost { + * { + ServerName = localhost + Pattern = . + RewriteRules { + * { + pattern = ^/wiki/(.*)$ + to = /index.php?title=$1 + qsa = true + } + } + } }