- Guarantee Web site malware removal (joomla, drupal, wordpress etc) - don't let your business get down due to virus, malware and blacklist problem.
- Recommended Web Hosting to help you doing business online with high performance. : Support ioncube, zend and all other hosting by default.
- Get free wordpress website transfer : up to 4 domains Find out more .... Click here to see other user testimonial
In previous post I explain about add user dan add domain inside my vds box. In this opportunity I’ll continue to explain howto get these things work in my vds :
setting wildcard and subdomain in wordpress multi user (wpmu)
Base on matt explanation here at least we need to set these things to make wildcard and subdomain work :
1. dns system
2. web server system (httpd.conf)
To get that thing work in my vds I’m doing this :
1. Login to control panel
2. Click on WWW domains
3. Double click on domain name I’ve entered before
Change from here :
Into this :
Aliases change from www.ngeblog.cn into *.ngeblog.cn
Click OK to change information.
As result httpd.conf will change, verify using easy editor from shell :
ee /usr/local/etc/apache/httpd.conf
to see this part :
<VirtualHost 82.146.51.161:80>
ServerName ngeblog.cn
DocumentRoot /home/blog/data/www/ngeblog.cn
Group blog
User blog
CustomLog /home/httpd-logs/ngeblog.cn.access.log combined
ErrorLog /home/httpd-logs/ngeblog.cn.error.log
ServerAlias *.ngeblog.cn
ServerAdmin webmaster@ngeblog.cn
php_admin_value open_basedir “/home/blog/data:.”
php_admin_value sendmail_path “/usr/sbin/sendmail -t -i -f webmaster@ngeblog.cn”
php_admin_value upload_tmp_dir “/home/blog/data/tmp”
php_admin_value session.save_path “/home/blog/data/tmp”
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
AddType application/x-httpd-php-source .phps
</VirtualHost>
Yes, ServerAlias change into *.ngeblog.cn
In next post I’ll continue to dns sytem.
Stay health
Related posts:
- Step by step install wpmu in VDS / VPS : setting wildcard and subdomain part 2
- Step by step install wpmu in VDS / VPS : add domain
- Step by step install wpmu in VDS / VPS : Put wpmu inside vds
- Step by step install wpmu in VDS / VPS : Installation Process
- Step by Step Install Drupal on Wamp : Add Domain
One Response to “Step by step install wpmu in VDS / VPS : setting wildcard and subdomain part 1”
Sorry, the comment form is closed at this time.




[...] Step by step install wpmu in VDS / VPS : setting wildcard and subdomain part 1 [...]