12345678910111213141516171819202122232425262728293031 |
- Log {
- Level = Warning
- UseLogFile = true
- NativeStackTrace = true
- InjectedStackTrace = true
- }
- Debug {
- FullBacktrace = true
- ServerStackTrace = true
- ServerErrorMessage = true
- TranslateSource = true
- }
- Server {
- EnableStaticContentCache = false
- EnableStaticContentFromDisk = true
- AlwaysUseRelativePath = true
- }
- VirtualHost {
- * {
- ServerName = localhost
- Pattern = .
- RewriteRules {
- * {
- pattern = ^/wiki/(.*)$
- to = /index.php?title=$1
- qsa = true
- }
- }
- }
- }
|