Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter funkylogic

    (@funkylogic)

    Thanks! ??

    Thread Starter funkylogic

    (@funkylogic)

    Hey guys, managed to get it all to work in the end!

    Used these instructions to reset the websites address settings:
    https://codex.www.ads-software.com/Changing_The_Site_URL

    Thanks for all of the responses! ??

    Thread Starter funkylogic

    (@funkylogic)

    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

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