Hi S,
I followed the instructions from that link and just moved the index and htaccess files. It asked me to modify the htaccess file which is what I did (step 4). I also changed website address and permalinks option (step 2/3).
Contents of htaccess:
<?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__ ) . '/v2/wp-blog-header.php' );
Issue is I cannot do anything to the site, until I can change the website address and permalinks option back to their original settings. And because I cant access the WP dashboard, I am unable to do any of these things. Is there anyway to do this outside of the dashboard, ie manually editing files?
Also, I tried both of those two links to try to access the dashboard, but they fail to load any page.
Am really stuck ??
Thanks