Click to See Complete Forum and Search --> : Setting the WWW Extention for Local Intranet pages
danasegarane
06-29-2007, 12:07 AM
Hi all,
Can I set the www.mysite.com for my website which is placed in my local machine.By this the other user in the intranet can able to access the site contents.Is this possible ?
Thnks in Advance
Dana
Centauri
06-29-2007, 01:39 AM
If you are running a web server application, such as xampp, on your local machine, then your page is accessed by localhost/mysite, and other users on the intranet can access it via server's ip/mysite
danasegarane
06-29-2007, 02:58 AM
Thanks Cent,
I am using IIS only.How to configure that ?
Dana
ray326
06-30-2007, 12:54 AM
The "www" is just the DNS name for a computer. Your network guys will have to put an entry for "www" into your DNS that resolves to your PC. If your company already has "www" mapped to their Internet web site then you'll have to pick another name like "dana" then your personal site could be dana.mysite.com. (I'm assuming here that "mysite" is really "mycompany".)