roman
12-18-2004, 09:06 AM
Does Interworx use a MySQL database ?
I don't know linux but i know PHP a bit... Do you think i can create subdomains and emails using PHP and the iWorx DB ?
If no, can anyone help me for a shell script and how i can run it from PHP ?
What i want to do (example):
My website hosting is host.com
I have a secure service hosting: ssl.com
Each time a customer create an account with my web hosting service, i want my script to create:
- user.host.com
- user.ssl.com
- user@host.com (and why not user@ssl.com)
Both domains are on the same server, and i want the two subdomains created to be redirected to userdomain.com (iworx account) so my customer can use both userdomain.com, user.host.com, or user.ssl.com (they all point to the same path on the server)
if he uses https://user.ssl.com it will be a secure server !
Firstly, i don't know SSL, so is that possible ?
because i've read that, if i have a SSL certificate, my subdomains can use it as a certified secured site.
Secondly, how to create this ? my language is PHP and i use Iworx !
if someone can help me, just give me the commands, not the entire script (don't do my work) ;)
Thanks in advance for your help :)
Roman.
I don't know linux but i know PHP a bit... Do you think i can create subdomains and emails using PHP and the iWorx DB ?
If no, can anyone help me for a shell script and how i can run it from PHP ?
What i want to do (example):
My website hosting is host.com
I have a secure service hosting: ssl.com
Each time a customer create an account with my web hosting service, i want my script to create:
- user.host.com
- user.ssl.com
- user@host.com (and why not user@ssl.com)
Both domains are on the same server, and i want the two subdomains created to be redirected to userdomain.com (iworx account) so my customer can use both userdomain.com, user.host.com, or user.ssl.com (they all point to the same path on the server)
if he uses https://user.ssl.com it will be a secure server !
Firstly, i don't know SSL, so is that possible ?
because i've read that, if i have a SSL certificate, my subdomains can use it as a certified secured site.
Secondly, how to create this ? my language is PHP and i use Iworx !
if someone can help me, just give me the commands, not the entire script (don't do my work) ;)
Thanks in advance for your help :)
Roman.