Hello! On Thu, Jan 22, 2009 at 12:15:35PM +0100, ha we wrote: > Hi! > > How can I redirect from www.example.com to www.example.com/new_location, > but do not redirect if there is already a full address such as > www.example.com/location? location = / { rewrite ^ http://www.example.com/new_location; } Maxim Dounin