Forum Discussion

scott_poquette_'s avatar
scott_poquette_
Icon for Nimbostratus rankNimbostratus
Aug 02, 2006

How to append www to a url

Anyone know how I would rewrite the following rule for v9.x?     else if (http_header("Host") starts_with "mysite") {   redirect to "http://www.mysite.com/%u"   }     Or is there ...