Hi all. I sent this earlier last week. Still having some trouble getting it to work. I'm just trying to redirect all requests to http://www.$domain.com. Based on some googling, here is what I have:
acl host_www hdr_beg(host) -i www. reqirep ^Host:\ (.*)$ Host:\ www.\1 if !host_www Then I try to redirect.. redirect code 301 prefix / if host_www But the above redirect line seems to generate a loop. Can anyone share any thoughts? Someone replied something about 301 redirects for POSTs being a bad idea, which doesn't apply to me. Thanks in advance.

