Commit 4cc01dcdba11f955df04c0afbf2fefc092683fd0
- Diff rendering mode:
- inline
- side by side
README
(2 / 2)
|   | |||
| 46 | 46 | RewriteRule (.*) /wigit/index.php?r=$1 [L] | |
| 47 | 47 | </IfModule> | |
| 48 | 48 | * For lighttpd, add the following to your config file: | |
| 49 | url.rewrite-once ( | ||
| 50 | "^/wigit/templates/(.*)" => "$0", | ||
| 49 | url.rewrite-once = ( | ||
| 50 | "^/wigit/themes/(.*)" => "$0", | ||
| 51 | 51 | "^/wigit(.*)" => "/wigit/index.php?r=$1", | |
| 52 | 52 | ) | |
| 53 | 53 | (where /wigit is replaced by your own base url) |

