@andyinspire, Could you try to add following two lines in the index.php (located in the root)
define('WP_HOME','http://andrewmondia.com');
define('WP_SITEURL','http://andrewmondia.com/wp');
..and also replace
require( dirname( __FILE__ ) . 'wp/wp-blog-header.php' );
to
require( dirname( __FILE__ ) . '/wp/wp-blog-header.php' );
in your index.php.
So finally, your index.php should look like…
<?php
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp/wp-blog-header.php' );
define('WP_HOME','http://andrewmondia.com');
define('WP_SITEURL','http://andrewmondia.com/wp');
no luck think i need to redo /re-install
The would help if someone did youtube video instructions that are already posted separately. Cause I tried to follow them and my site went funny. And now it won’t even go live now.
So I got my site back up and working again. Followed instructions but what do I do with files in folder? I am still getting and error about WP?