sharktacos
8-23-09, 06:13 PM
I would like to set up a secure form for a business, both with form mail, as well as shopping cart translations. I have the PHP scripts set up to do all that, but would like to put this all on a secure server. I see in the OPS that I can use the secure server with this URL patern
https://myusername.powweb.com/<anyfile>
But do not want to have the URL contain my username nor my ISP (powweb) since it looks unprofessional. So I'd rather have a secure connection that displays the domain name, like this:
https://mydomain.com/<anyfile>
or this:
https://secure.mydomain.com/<anyfile>
Any chance doing something like that?
https://myusername.powweb.com/<anyfile>
But do not want to have the URL contain my username nor my ISP (powweb) since it looks unprofessional. So I'd rather have a secure connection that displays the domain name, like this:
https://mydomain.com/<anyfile>
or this:
https://secure.mydomain.com/<anyfile>
Any chance doing something like that?