Help for this page
unless ($homeurl =~ m[^http://] or $homeurl =~ m[^https://]) { &inerror("Your home url has to start with http:// or https://"); }
unless ($homeurl =~ m[^https?://]) { &inerror("Your home url has to start with http:// or https://"); }