Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Lighttpd redirect snippet (See related posts)

// having a problem with this redirect not working 100% properly

$HTTP["host"] =~ "^domainname\.com\.au$" { url.redirect = ( "^/(.*)" => "http://www.domainname.com.au/$1" ) 
}

Comments on this post

rsimplicio posts on Jun 27, 2007 at 02:53
Have a look-see here Jordan:

http://textsnippets.com/posts/show/1108

You need to create an account or log in to post comments to this site.


Related Posts