]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_rewrite.conf
- updated to 1.4.13
[packages/lighttpd.git] / lighttpd-mod_rewrite.conf
1 # Rewrite module.
2 #
3 # Documentation: http://www.lighttpd.net/documentation/rewrite.html
4
5 server.modules += (
6         "mod_rewrite"
7 )
8
9 #### url handling modules (rewrite, redirect, access)
10 #url.rewrite = (
11 #       "^/$" => "/server-status",
12 #)
This page took 0.105097 seconds and 3 git commands to generate.