• I have my own domain and also have a subdomain for demo purposes.

    I have downloaded XAMPP and WordPress 3.0.1 and created a database using phpMyAdmin. However I’m now having trouble uploading this to the demo site. Can anyone advise how to do this please?

Viewing 1 replies (of 1 total)
  • Files and folders can be uploaded using FTP tool, for example FileZilla.

    Database, you should backup from your local installation. You can use a client tool like MySQL Administrator to backup your MySQL database. The result of backup proses should be a file you can store in your local hard disk.

    Then, you can import this file from phpMyAdmin from control panel of your hosting account.

    After successful import, still using phpMyAdmin, open the content of wp_options table, and change the value for the records which option_name = blogname and home, change theme to match your domain name.

Viewing 1 replies (of 1 total)
  • The topic ‘How to upload wordpress from local computer to web host’ is closed to new replies.