[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/hiphop/ -> server.conf (source)

   1  Log {
   2      Level = Warning
   3      UseLogFile = true
   4      NativeStackTrace = true
   5      InjectedStackTrace = true
   6  }
   7  Debug {
   8      FullBacktrace = true
   9      ServerStackTrace = true
  10      ServerErrorMessage = true
  11      TranslateSource = true
  12  }
  13  Server {
  14      EnableStaticContentCache = false
  15      EnableStaticContentFromDisk = true
  16      AlwaysUseRelativePath = true
  17  }
  18  VirtualHost {
  19      * {
  20          ServerName = localhost
  21          Pattern = .
  22          RewriteRules {
  23              * {
  24                  pattern = ^/wiki/(.*)$
  25                  to = /index.php?title=$1
  26                  qsa = true
  27              }
  28          }
  29      }
  30  }


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1