I would like to redirect the root of my website to a subsite by default. Like
http://www.domain.com/ ---> http://www.domain.com/subsite
I have tried this, but this matches all the URLs anyway:
acl is_root path_beg -i /
acl is_domain hdr(host) -i www.domain.com
redirect code 301 location http://www.domain.com/subsite if is_domain is_root