How to register created website under given Website Domain
Posted: Mon Apr 07, 2008 11:42 am
I was given an existing server to create a new website. I chose php and mysql as the language / db of choice, replacing the preinstalled asp based website before.
I then proceeded to install appserv web-server and created my php website under d:\appserv\www\consis
When I typed http://localhost/consis, I can see the website working fine.
Now I am required to point out http://www.xxx.com to my php website, so that when visitors type that address, it will see the php website mentioned. This is where I'm stuck at, how do I do this?
I noticed that with the previous asp installation, its asp files were located in c:\intepub\wwwroot\consis (normal I guess) and under IIS, it registered an IP address of 202.xxx.xxx.xxx, so I guess this is the address that points out as http://www.xxx.com
Is there a way to register my php files to be pointed out to that given ip address. Please help me.
I then proceeded to install appserv web-server and created my php website under d:\appserv\www\consis
When I typed http://localhost/consis, I can see the website working fine.
Now I am required to point out http://www.xxx.com to my php website, so that when visitors type that address, it will see the php website mentioned. This is where I'm stuck at, how do I do this?
I noticed that with the previous asp installation, its asp files were located in c:\intepub\wwwroot\consis (normal I guess) and under IIS, it registered an IP address of 202.xxx.xxx.xxx, so I guess this is the address that points out as http://www.xxx.com
Is there a way to register my php files to be pointed out to that given ip address. Please help me.