Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

vi:Chuyển WordPress Đi Nơi Khác

Bản Nháp

Trang này được đánh dấu là bản nháp. Bạn có thể giúp đỡ WordPressVN bằng cách hoàn thiện trang này.

Có những lúc bạn muốn chuyển WordPress đi nơi khác - có thể là thư mục khác nếu trên cùng máy chủ, hoặc một máy chủ hoàn toàn khác nếu bạn thay nhà cung cấp dịch vụ hosting. Trong những trường hợp đó, bạn không cần tính đến chuyện cài đặt lại WordPress. WordPress đủ thông minh để xử lý gọn ghẽ các tình huống tương tự.

Đây là câu trả lời nhanh cho hầu hết những khả năng đó:

  • Nếu cơ sở dữ liệu và địa chỉ blog giữ nguyên, bạn chỉ việc copy file và cơ sở dữ liệu của mình.
  • Nếu tên cơ sở dữ liệu hoặc tên truy cập cơ sở dữ liệu thay đổi, bạn sửa lại file wp-config.php với thông tin thích hợp.
  • Nếu muốn thực hiện "công cuộc chuyển nhà thử nghiệm", bạn có thể tạm thời thay đổi hai giá trị "siteurl" và "home" trong bảng "wp_options" (thông qua phpMyAdmin hoặc ứng dụng tương đương".
    Nếu đã từng tùy biến địa chỉ đẹp (permalink), bạn cần vô hiệu hóa .htaccess và cấu hình lại các địa chỉ này khi blog đi vào hoạt động.

Chuyển WordPress trong phạm vi một máy chủ

Chuyển file mã nguồn WordPress từ khu vực này đến khu vực khác trên cùng máy chủ, đồng thời đổi địa chỉ blog, cần một số lưu ý.

Đây là hướng dẫn từng bước:

  1. Tạo địa chỉ mới bằng một trong hai cách sau:
    1. Nếu bạn định chuyển các file mã nguồn WordPress tới thư mục mới, hãy tạo thư mục mới đó.
    2. Nếu bạn định chuyển WordPress tới thư mục gốc, hãy chắc chắn index.php, .htaccess, và các file sẽ copy đã được sao lưu cẩn thận.
  2. Đăng nhập vào blog của bạn
  3. Chuyển tới Administration > Settings > General.
  4. Điền vào ô WordPress address (URI): địa chỉ chứa các file mã nguồn WordPress.
  5. Điền vào ô Blog address (URI): địa chỉ blog mới, thường là giống địa chỉ chứa các file mã nguồn WordPress.
  6. Bấm chọn Update Options.
  7. (Đừng cố xem blog của bạn vội!)
  8. 'Nếu đang dùng 'WordPress 2.0: Xóa thư mục wp-content/cache.
  9. Chuyển các file mã nguồn WordPress tới địa chỉ mới. Nó bao gồm các file bạn có thể tìm thấy ở thư mục ban đầu, như http://example.com/wordpress, và các thư mục con.
  10. Nếu bạn đang sử dụng Địa chỉ đẹp, chuyển tới Administration > Settings > Permalinks và cập nhật cấu trúc địa chỉ đẹp mới trong file .htaccess. Thường file này nằm cùng thư mục với file index.php chính.
  11. Nếu bị lỗi không hiển thị hình ảnh trong bài viết, bạn cần thay đổi thủ công đường dẫn tới tất cả các ảnh trong cơ sở dữ liệu SQL. Để biết thêm chi tiết, bạn có thể đọc bài viết Hướng dẫn của Tamba: "Chuyển WordPress trong máy tính của bạn".

Chú ý quan trọng: Bạn cần thay đổi các địa chỉ trước khi tiến hành quá trình di chuyển file.

Suppose you accidentally moved the files before you changed the URIs. Suppose the files were originally in /path/to/old/ and you moved them to /path/to/new before changing the URIs. The way to fix this would be to make /path/to/old/ a symlink (for Windows users, "symlink" is equivalent to "shortcut") to /path/to/new/, i.e.

ln -s /path/to/new /path/to/old

and then follow the steps above as normal. Afterwards delete the symlink if you want.

You're done. Test your site to make sure that it works right. If the change involves a new address for your blog, make sure you let people know the new address, and consider adding some redirection instructions in your .htaccess file to guide visitors to the new location.

Changing The Site URL also provides the details of this process!

Giving WordPress its Own Directory While Leaving the WordPress Index File in the Root Directory

Please see this article, Giving WordPress Its Own Directory, for detailed instructions.

Moving WordPress to a New Server

If you are moving WordPress from one server to another, begin by backing up your data. This includes backing up your WordPress database as well as all the core files, images, plugins, and other files on your site. See WordPress Backups and Backing Up Your Database for more details.

  • Note: If you are changing to a new server but same domain, all you need to do is edit wp-config.php and upload everything as it is to your new server.

If You Don't Care If Your Old Blog Works

  1. Download a copy of the main wordpress files from your OLD blog to your hard drive and edit wp-config.php to suit the new server.
  2. Go back to your OLD blog and go to options and change the url (both of them) to that of your new site.
  3. Again, download your database (but keep the old one just in case), upload this new database and the copy of the wordpress core files with the edited wp-config.php to your new server. Thats it!

If You Want Your Old Blog To Still Work

Caution: Make sure you have a backup of your old blog's WordPress database before proceeding!

Part A - Activating Your New Blog

  1. Download your entire WordPress installation to your hard drive. Name the folder appropriately to indicate that this is your OLD blog's installation.
  2. Go back to your OLD blog and go to options and change the url (both of them) to that of your new site.
  3. Again, download your entire WordPress installation to your hard drive. Name the folder appropriately to indicate that this is your NEW blog's installation.
  4. Download your database once again (but keep the old one). Upload this database to your new server. It will be easiest if you use the same database name and you create a user with the same login credentials on your new server as on your old server.
  5. If you used a different database name and/or user (see previous step), edit wp-config.php in your NEW blog's installation folder appropriately.
  6. Upload the NEW blog's installation folder to your new site. Presto, your NEW blog should be working!

Part B - Restoring Your Old Blog

  1. On the original server, delete your OLD blog's database (remember, you should have a copy on your local computer that you made at the very beginning).
  2. Upload your OLD blog's installation folder to your original server, overwriting the files that are currently there (you may also delete the installation folder on the server and simply re-upload the OLD blog's files).
  3. Upload your OLD blog's database from your local computer to the server. That should do it!


Another procedure for making copies of posts, comments, pages, categories and custom field (post status, data, permalinks, ping status...) easy to follow:

  1. Install a new Wordpress blog
  2. Go on old blog Admin panel. Here, in Manage > Export select "all" in menu Restrict Author.
  3. Click on Download Export File
  4. In new blog go on Manage > Import, choose Wordpress item.
  5. In the page that will be shown, select the file just exported. Click on Upload file and Import
  6. It will appear a page. In Assign Authors, assign the author to users that already exist or create new ones.
  7. Click on Submit
  8. At the end, click on Have fun

Note: using this method if there are some articles in new blog (like hello world, info page...), these will not be erased. Articles are only added. Using the former procedure the article in new blog will be deleted.

Moving WordPress to a New Server with Fantastico

Some webhosts use a service called Fantastico, which can install a vanilla WordPress web with just a few clicks. You can transfer your blog to one of these webs, but the steps are slightly different.

Begin by backing up your data. This includes backing up your WordPress database as well as all the core files, images, plugins, and other files on your site. See WordPress Backups and Backing Up Your Database for more details.

Make a copy of your database. You will need to edit the .sql file, and in case of errors, it is important that you work on a copy.

Begin the process of working from copies of your backups.

  1. If you have changed domain, edit the backed up database file to reflect this. A simple way to do this is:
    1. Using a text editor, open a copy of the .sql database file.
    2. Using the search and replace function, find all instances of the blog's old URL and replace it with the new URL.
    3. Repeat the process with your old email address. (For example, replacing someone@example.com with someone@tutorial.com)
    4. Save your changes.
  2. Upload your plugins and themes from your old site to the new one.
  3. Drop (delete) the database tables of the pre-installed Fantastico web.
  4. Restore the database.

When you are ready to check your site, make sure to clear your cache and cookies so you will see the changes in your web browser.

Additional Information

This article is marked as in need of editing. You can help Codex by editing it.