-
AuthorPosts
-
May 28, 2015 at 5:37 am #450883
I’m almost ready to take my site update live!
Only a few loose ends on this support thread https://kriesi.at/support/topic/how-do-i-part-2/ and a few blog posts to write. I hope to launch no later than Sunday night.
When I’m ready to launch HOW DO I MOVE THE SITE OUT OF MY “TEST” SUBFOLDER???
Yikes. I’d really like to know :)
May 28, 2015 at 6:14 am #450905May 28, 2015 at 6:16 am #450907Oh boy… That looks really intimidating. Also, I should note that my existing site is not WordPress. Not sure how that affects this process.
- This reply was modified 9 years, 7 months ago by strengthcoaching.
May 28, 2015 at 6:25 am #450914I’m using Updraft Plus to back up my site right now. My site is currently under the test folder. I wonder if installing WP on my root directory and then restoring there from an Updraft backup would be simpler?
May 28, 2015 at 6:26 am #450915Hey!
One easy way is to simply place an index.php in your / file containing the following:
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/test/wp-blog-header.php' );
Then in Settings > General change the Site url accordingly:
Your WordPress install would still require to be accessed via /test/wp-admin but the site will display on /. More info:
https://codex.wordpress.org/Giving_WordPress_Its_Own_DirectoryBest regards,
JosueMay 28, 2015 at 6:28 am #450918If I do this will all my sub pages not include the /test directory?
Ex. Right now the coaching page is http://www.strengthinnumberscoaching.com/test/coaching. Will it (and others like it respectively) then be http://www.strengthinnumberscoaching.com/coaching if I do the above?
P.S. What do you think about my Updraft idea?
May 28, 2015 at 6:39 am #4509241. Correct, permalinks will reflect the new Site URL.
2. I’m not familiar with the plugin but it could work i think.Basically if you have a problem keeping your WP install under
/test/
go with the backing-restoring method instead.Regards,
JosueMay 28, 2015 at 3:22 pm #451197Great! Hoping to go live Sunday night like I said. If it doesn’t go right I’ll be posting here for more help LOL! :)
Any way someone can response on the thread I mentioned at the top? It’s my last loose end. Thanks! :)
-
AuthorPosts
- The topic ‘ALMOST READY’ is closed to new replies.