Is there a way to remove the socket at the end of the url. I want to make going to the webpage as simple as possible for my users.
Thanks
Chad
In the Settings section choose Server Options and you can specify the ports there.
I understand where to set the port. What I am saying is can I remove it and have just a straight url. Like https://01mn1help01/ without any ports to make it easier for my end users?
Thanks,
If you're using the standard ports, there's no need to specify them in the URL, the standard port is assumed based on the protocol. For example, port 443 is the standard port for http over SSL (https). If you specify 'https' in your URL, you don't have to then provide the port (443).