Posted by admin on November 7, 2008 under Step By Step |
Before I continue this series I will list previous posts :
Install wpmu is easy but for someone who came from standalone wordpress installation this task might result in desperate.
Yes, that my first impression after trying to edit this file :
wp-config-sample.php
as usual rename it to wp-config.php and edit appropriate data.
I’m totally wrong by doing this. I got this message :
Warning: constant() [function.constant]: Couldn’t find constant VHOST bla..bla..bla
Yes, never ever touch that file when install wpmu.
Lets continue installation process :
1. Open address from web browser
Read more of this article »
Posted by admin on under Step By Step |
I prefer to use ssh instead ordinary ftp transfer since its lightning fast
In this tutorial I’ll show how to put wpmu into vds system that already setup, in previous post the system setup as follows :
- add user into vds
- add domain
- setting wildcard
- setting dubdomain
Here’s the steps :
1. Login into minivds using ssh client if you using windows or use terminal if you’re in unix based system.
2. Download wpmu
root@ngeblog:/root#
root@ngeblog:/root# cd /home/blog/data/
root@ngeblog:/home/blog/data/www# ls
ngeblog.cn
root@ngeblog:/home/blog/data/www# wget http://mu.wordpress.org/latest.tar.gz
–2008-11-06 14:58:38– http://mu.wordpress.org/latest.tar.gz
Resolving mu.wordpress.org… 72.233.56.139, 72.233.56.138
Connecting to mu.wordpress.org|72.233.56.139|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [application/x-gzip]
Saving to: `latest.tar.gz’
[ <=> ] 1,392,892 1.17M/s in 1.1s
2008-11-06 14:58:40 (1.17 MB/s) - `latest.tar.gz’ saved [139289
Read more of this article »
Posted by admin on November 5, 2008 under Step By Step |
What I like from VDS is the system already configured by skilled tech person for running fast. Little technical knowledge needed to run it and also cheap
In last post I talk about setting wildcard and subdomain in minivds system.
A few things need to consider are :
1. Apache httpd.conf file
2. named zone where record for our domain created
From httpd.conf the most important things that make wpmu work for subdomain is :
ServerAlias *.ngeblog.cn
you can use a.ngeblog.cn, xyz.ngeblog.cn etc for subdomain and its job of apache to translate it into proper view.
Since minivds using isplite control panel system the dns process and the exact record not shown, I must use ssh access to see it.
Read more of this article »