ok, ok, I know- it's been beaten to death. RT*M and all that. Not for Novices...
But, will this help? $25 to the one who helps me with complete the installation and get it running on localhost with XAMPP. I am totally lost, and need help desperately. I have spent days reading many of the posts here and in XAMPP forums.
WPMU installed in c:xampp/htdocs/
I have it to the point where WPMU is running but subdomains are not visible. They are being created in the database (I mean the domain name is visible in wp_blogs table). Whenever I try to reach a subdomain, I get the "Server Not Found" error.
I am running Vista and latest version of XAMPP.
The following was added to httpd.conf (path is correct, ServerRoot "C:/xampp/apache" added at the begining):
LoadModule rewrite_module modules/mod_rewrite.so
The following added to httpd-vhosts.conf:
<VirtualHost *:80>
ServerAdmin a@localhost
DocumentRoot "C:/xampp/htdocs"
ServerName localhost.localdomain
ServerAlias *.localhost.localdomain
ErrorLog logs/error.log
CustomLog logs/access.log common
</VirtualHost>
There is a directory directive that needs to go in somewhere with the vhosts, and I tried various places, which didn't help. I am not reproducing all those tests here, but please let me know where it needs to go.
Also, in Vista, added (right below 127.0.0.1 localhost) in Windows/system32/drivers/etc/hosts:
127.0.0.1 localhost.localdomain
I really need the subdomain thing working.
Somebody please help.
Thanks a bunch!