Merge "Warn on session access in profileinfo.php and opensearch_desc.php"
[lhc/web/wiklou.git] / maintenance / hiphop / server.conf
index e0ea149..558bdad 100644 (file)
@@ -12,12 +12,9 @@ Debug {
 }
 Server {
        EnableStaticContentCache = false
-       EnableStaticContentFromDisk = false
+       EnableStaticContentFromDisk = true
        AlwaysUseRelativePath = true
 }
-ServerVariables {
-       MW_COMPILED = 1
-}
 VirtualHost {
        * {
                ServerName = localhost
@@ -25,9 +22,9 @@ VirtualHost {
                RewriteRules {
                        * {
                                pattern = ^/wiki/(.*)$
-                               to = /phase3/index.php?title=$1
+                               to = /index.php?title=$1
+                               qsa = true
                        }
                }
        }
 }
-