Prepares the server URL by checking for the presence of a protocol
prefix, and prefixing http:// if there is none. Also, returns
the URL with a trailing / if that was not present either.
Usage
prepare.server.URL(server)
Arguments
server
A server name.
Value
A clean URL with protocol prefix and trailing slash.