Greetings all! So I'm trying to get WordPress Mu running to use as our internal website. I'm having a hell of a problem figuring this out. I did searches and the closes thing I've found to what I want to do is here, but it doesn't work for me.
Here's the webserver config:
- Win2003 Enterprise R2
- Apache 2.2.4
- PHP 5.2.1
- MySQL 5.0.27
So when I use http://computername, it *works*, but when I want to use the subdomain option, I know it won't work.
So in my HOSTS file, I changed 127.0.0.1 localhost to 127.0.0.1 localhost.local. The one problem is that there is another web server running IIS and I think its conflicting on the localhost...
Am I doing something wrong or forgetting to add something somewhere?