Forum Moderators: phranque
Let's say I have a directory named "C:/sites/mysite/". I want to be able to type "http://mysite/" and have it load up in a browser.
I've created a new site in IIS - specified that "C:/sites/mysite/" will be the directory that the scripts will be running from... and at this point, it would just run on XP Pro. ("http://mysite/" would just load up if I visited the page via a web browser.)
When I try to bring up "http://mysite/" - I get a Page Not Found error.
Any tips on getting this to work? I assume there's more to it when you're working off of SBS 2003 - compared to a plain old version of XP Pro.
RRAS or ISA 2000 or ISA 2004 firewall?
Do you want to set up a Sharepoint site, or a standard IIS site?
Do you want the site accessible only from the internal network, or from the "outside world" as well (the latter is discouraged by just about everyone for security reasons...)
I want the site to be acessible from a simple address, like, "http://webdev/".
I hope you can help me out. Thanks in advance.
Here's an even better solution.
STEP ONE: Create your WEB SITE.
a) Launch the Server Management panel.
b) Drill down to the "Web Sites" folder, located in Advanced Settings > IIS > ServerName (local computer). Right-click, choose "New", then choose "Web Site..."
c) Run through the wizard. (This is assuming that you've created your content folder, secured it, applied permissions, etc.)
---
STEP TWO: Create an ALIAS (CNAME).
a) In the Server Management panel, go to Advanced Settings > Services and Applications > DNS > ServerName > Forward Lookup Zones.
Right-click the local domain folder (servername.local) and choose New Alias (CNAME).
Follow the wizard, and use your "servername.local" domain as the FQDN.
The Alias name will be what you want to have as your local domain name. So, if you choose "webdev" as your alias, then you'll now be able to access your web site from "http://webdev/".
:D