You will need to add this to the wp-config.php file in the secondfolder area, NOT the root level one. This will once logged in go to that area for the admin panel.
1 2 3 4 |
define('WP_HOME', 'http://www.drax.neq3.com/secondfolder'); // no trailing slash define('WP_SITEURL', 'http://www.drax.neq3.com/secondfolder'); // no trailing slash |