PDA

View Full Version : secure server URL


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?

tpoynton
8-23-09, 09:20 PM
for an additional fee, this may work - http://www.powweb.com/product/ssl_certificate.bml . the page doesnt clearly say that it solves the username.powweb.com issue, but it seems to me that if you are paying extra, it should.

sharktacos
8-24-09, 01:07 AM
for an additional fee, this may work - http://www.powweb.com/product/ssl_certificate.bml . the page doesnt clearly say that it solves the username.powweb.com issue, but it seems to me that if you are paying extra, it should.

I looked into it and it would allow me to use https://mydomainname.com so that's good. But it costs almost $100 a year. That's a bit too expensive for me.