]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_redirect.conf
- default to local socket
[packages/lighttpd.git] / lighttpd-mod_redirect.conf
CommitLineData
7d3968ad
ER
1server.modules += (
2 "mod_redirect"
3)
693950e2
ER
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.033365 seconds and 4 git commands to generate.