]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_redirect.conf
- split from main big config file
[packages/lighttpd.git] / lighttpd-mod_redirect.conf
1 server.modules += (
2         "mod_redirect"
3 )
4
5 #url.redirect = (
6 #       "^/wishlist/(.+)" => "http://www.123.org/$1",
7 #)
8 #### both rewrite/redirect support back reference to regex conditional using %n
9 #$HTTP["host"] =~ "^www\.(.*)" {
10 #       url.redirect = ( "^/(.*)" => "http://%1/$1" )
11 #}
12
This page took 0.030259 seconds and 4 git commands to generate.