I'm trying to change the home page URL by following this guide
http://webconverger.org/boot/ and everything works fine as long as
there is no '&' in the URL. As soon as I add '&' in the URL, the
Webconverger won't boot. I tried replacing & with %26, then
surrounding the whole URL with double and single quotes, and then
escaping & with \ - \& but all to no avail.
Do anyone know how to include & in the home URL so that it works?