Hello,
I am running multiple installs of wordpress MU on a single dedicated server. Each wordpress MU install has its own domain.
How to I edit the apache httpd.conf to allow this?
Here is what the Virtual Host section of the httpd.conf looks like now:
<VirtualHost [ServerIP]:80>
ServerAdmin webmaster@[FirstDomain].com
DocumentRoot /home/[User]/public_html
ServerName http://www.FirstDomain.com
ServerAlias uwiblogs.com *.[FirstDomain].com
ErrorLog logs/[FirstDomain]-error_log
CustomLog logs/[FirstDomain]-access_log common
</VirtualHost>
Any advice will be good.