Title: WordPress site go live
Last modified: August 31, 2016

---

# WordPress site go live

 *  Resolved [TOTLDA](https://wordpress.org/support/users/totlda/)
 * (@totlda)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/)
 * Hello, i´m sorry, i now this has been asked some times, believe my i read the
   other posts but still can’t solve my problem.
 * I´m new to wordpress, but i managed to build my website with is “www.mydomain.
   pt/wp”
 * Now all i need to do is make it live, meaning “www.mydomain.pt”, i have cpanel
   access and a hosting server and the domain is registered.
 * What do i do now?
 * Thanks again,
 * Marcos Campos

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [Vishnu](https://wordpress.org/support/users/bukge/)
 * (@bukge)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951041)
 * change site url from setting > general to [http://www.mydomain.pt/](http://www.mydomain.pt/)
   from [http://www.mydomain.pt//wp](http://www.mydomain.pt//wp) and then login 
   cpanle and
    move all file from wp folder to root folder
 *  Thread Starter [TOTLDA](https://wordpress.org/support/users/totlda/)
 * (@totlda)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951051)
 * thanks for the reply bukge,
 * but how do i move the files? Like i said, im new to wordpress, can you guide 
   me trough?
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951056)
 * [@totlda](https://wordpress.org/support/users/totlda/)
 * Detailed instructions can be found here: [Moving WordPress](https://codex.wordpress.org/Moving_WordPress)
 * [Moving Directories On Your Existing Server](https://codex.wordpress.org/Moving_WordPress#Moving_Directories_On_Your_Existing_Server)
 * Some information on how to move files to and from your site: [FTP Clients](https://codex.wordpress.org/FTP_Clients)
 *  Thread Starter [TOTLDA](https://wordpress.org/support/users/totlda/)
 * (@totlda)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951059)
 * Already read it but still can’t do it because and don’t have enough knowledge
   to do so.
 *  [Vishnu](https://wordpress.org/support/users/bukge/)
 * (@bukge)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951060)
 * if u dont know then hire someone for this , this type of job are done with some
   knowledge
 *  Thread Starter [TOTLDA](https://wordpress.org/support/users/totlda/)
 * (@totlda)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951061)
 * If i knew i wouldnt be here asking rite?
 * Just please help me with step 8, i got it that far. I´m sure its not rocket science
   rite?
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951072)
 * For step 8 you will need to learn how to use an ftp client, or the file manager
   already present in your hosts control panel. Please read [FTP Clients](https://codex.wordpress.org/FTP_Clients).
   There is some good information there on how to transfer or move files on your
   web space.
 * The file manager in your control panel will probably seem familiar, in that it
   works much the same way as the windows desktop file explorer.
 * These are basic management tools you’re going to need to learn how to use. Your
   hosts user FAQ or support documentation should also contain instructions and 
   tutorials on how to familiarize yourself with and use both FTP and the file manager
   features in your hosting account.
 *  Thread Starter [TOTLDA](https://wordpress.org/support/users/totlda/)
 * (@totlda)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951077)
 * Thanks Clayton, i already had some experience with the file manager, i can access
   it and work on it pretty fine (i think) :).
 * The step 8 mentions the core files? what are they? and how o i move it, and were
   do i move it?
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951091)
 * _” Move your WordPress core files to the new location. **This includes the files
   found within the original directory, such as `http://example.com/wordpress`, 
   and all the sub-directories**, to the new location. “
 * The instructions are almost self explanatory. Core files just means all of the
   WordPress files and folders in the directory where WordPress is currently installed.
   In your case, it sounds like you need to move the files out of the /wp folder,
   and into your public_html folder.
 * Please read the instructions very carefully. Steps taken out of order or left
   incomplete will lead to locking you out of the site.
 * Some additional info and instructions you should have. [WordPress Backups](https://codex.wordpress.org/WordPress_Backups)
 *  Thread Starter [TOTLDA](https://wordpress.org/support/users/totlda/)
 * (@totlda)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951094)
 * Thanks one more time clayton.
 * So i don’t need to create any folder inside public_html? Just copy all wp content
   and folders on to public_html?
 * I will backup thanks for the advice.
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951098)
 * That’s correct. You’ve technically already created a folder named wp, and that’s
   where your files are currently installed. That makes the address `yoursite.com/
   wp` That’s what you’re trying to get rid of.
 * By moving the files from the wp folder directly into your root (your public_html)
   directory, you are removing the sub-directory “wp” from the path and the URL.
 * If done correctly, that will move your site to `yoursite.com` instead of `yoursite.
   com/wp`
 *  Thread Starter [TOTLDA](https://wordpress.org/support/users/totlda/)
 * (@totlda)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951103)
 * Thanks a million, i did it…
 * Thanks man, if it wasn’t for guys like you (Clayton), there was no point getting
   this kind of support forums.
 * THANKS A MILLION:
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951121)
 * You’re welcome! I’m glad it went smoothly the first time around!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘WordPress site go live’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 13 replies
 * 3 participants
 * Last reply from: [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-site-go-live/#post-6951121)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
