19 May 2016

Pindah Lokasi Domain Wordpress

English
Have you ever felt to move a domain that is built with CMS Wordpress, if you want to do it then it should note the following:

This example is based on simulating the movement of sayabisa.com to blog.sayabisa.com

Sign cpanel, to note that changing the position of the file-based domain and create a subdomain
Make sure the WordPress files are in / public_html moved into / public_html / blog
Started to edit a file that is wp_config.php


define ( 'DOMAIN_CURRENT_SITE', 'sayabisa.com');
be renamed
define ( 'DOMAIN_CURRENT_SITE', 'blog.sayabisa.com');
then save
Moving to phpMyAdmin via cpanel position, and open the database wp
Open table wp_option to change
rows = siteurl change its value to http://blog.sayabisa.com
rows = home change its value to http://blog.sayabisa.com
Open table wp_site to change
column = domain change its value to blog.sayabisa.com
Open table wp_sitemeta to change
rows = siteurl change its value to http://blog.sayabisa.com
Open table wp_blogs to change
column = domain change its value to blog.sayabisa.com
I think it's enough just to be revamped, keep explore and spirit. May be useful

Indonesia
Pernahkah anda merasa untuk memindahkan domain yang dibangun dengan CMS Wordpress, jika ingin melakukannya maka harus perhatikan hal-hal berikut ini:

Contoh ini berdasarkan simulasi perpindahan dari sayabisa.com ke blog.sayabisa.com

  1. Masuk cpanel, yang perlu diperhatikan yaitu merubah posisi file yang berdasarkan domain dan membuat subdomain
  2. Pastikan file Wordpress yang berada dalam /public_html pindah ke dalam /public_html/blog
  3. Mulai meng-edit file wp_config.php yaitu
    define('DOMAIN_CURRENT_SITE', 'sayabisa.com');
    diganti menjadi
    define('DOMAIN_CURRENT_SITE', 'blog.sayabisa.com');
  4. Kemudian save
  5. Pindah ke posisi phpMyAdmin melalui cpanel, lalu buka database wp
  6. Buka table wp_option untuk merubah
    baris = siteurl rubah nilainya menjadi http://blog.sayabisa.com
    baris = home rubah nilainya menjadi http://blog.sayabisa.com
  7. Buka table wp_site untuk merubah
    kolom = domain rubah nilainya menjadi blog.sayabisa.com
  8. Buka table wp_sitemeta untuk merubah
    baris = siteurl rubah nilainya menjadi http://blog.sayabisa.com
  9. Buka table wp_blogs untuk merubah
    kolom = domain rubah nilainya menjadi blog.sayabisa.com
Saya rasa cukup itu saja yang harus dirubah, keep explore and spirit. Semoga bermanfaat
Share:

0 komentar:

Post a Comment

Blog Archive