Home > Tutorials > Install Wordpress MU

Install Wordpress MU

July 24th, 2009

Lagi coba2 buat Install Wordpress untuk Multiuser, cari-cari di google ketemu dengan Web Mas Salman.

====

Secara umum tidak terlalu berbeda dengan cara install Wordpress. Yang membedakan hanya pada bagian wildcard mask.

Langkah-langkahnya (nyontek dari manualnya) :

###### Apache Side ######

1. download source code dari sini

2. Pastikan pada apache yang terinstall terdapat konfigurasi dibawah
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so

3. Pada bagian di VirtualHost
Ubah “AllowOverride None
Menjadi “AllowOverride FileInfo Options

4. Biasanya pada konfigurasi (minimal) VirtualHost apache seperti dibawah

ServerName www.domain.tld
DocumentRoot /www/domain


Agar setiap user dapat memiliki alamat blog subdomain (http://salman.blogs.yarsi.ac.id) maka konfigurasi VirtualHost dirubah menjadi

ServerName blogs.yarsi.ac.id
DocumentRoot /www/domain
ServerAlias *.blogs.yarsi.ac.id

###### DNS ######

Setelah menambahkan domain utamanya kedalam konfigurasi DNS domain, kita perlu menambahkan satu baris lagi untuk wildcard domain-nya.
Contoh :

…. awal isi file db.domain

www IN A 192.168.1.1
blogs IN cname www
*.blogs IN cname www


…. akhir isi file db.domain

###### PHP Side ######

Pada file php.ini, kita harus menambahkan (merubah) menjadi berikut ini :

display_errors = Off
register_globals = Off

###### Installing ######

1. extract file yang telah di download
2. buat database dan user di mysql
3. simpan folder yang telah di-extract pada directory yang diinginkan (biasanya di htdocs apache)
4. pastikan directory /wp-content writeable
5. jalankan script install (http://localhost/wordpress-mu/index.php)

Sumber: ( http://vlab81.co.cc/blog/2008/04/24/install-wordpress-mu/ )

BLOG.em2u.WEB.ID Tutorials , ,

  1. October 1st, 2009 at 10:30 | #1

    what a great site and informative posts, I will add a backlink and bookmark your site. Keep up the good work!

  2. October 1st, 2009 at 18:59 | #2

    I don’t know If I said it already but …This blog rocks! I gotta say, that I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I’m glad I found your blog. Thanks, :)

    A definite great read..Jim Bean

  3. November 6th, 2009 at 22:00 | #3

    Nice work, your awsome content have forced me to to leave some positive feedback

  4. January 3rd, 2010 at 07:26 | #4

    Students in the whole world order the written term papers and custom essay at the essay writing services about this good post. The students know about the essay writing from the essay writing services.

  1. March 9th, 2010 at 16:11 | #1