Support » Fixing WordPress » Lost everything! help! made changes to URL address

  • Hi,

    http://www.sally-yoga.co.uk

    I went Settings -> General -> and tried getting rid of /wordpress from my URL. Obviously went about it completely wrong way!

    Can anyone help me out – is it terminal?

    I seem to have lost the template and all design – but still have some content

    I can’t get into dashboard – neither of these will work:

    http://www.sally-yoga.co.uk.wordpress/wp-admin
    http://www.sally-yogh.co.uk/wp-admin

    When I put the later it says : Too many redirects occurred trying to open “http://www.sally-yoga.co.uk/wp-admin/”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.

    Please let me know if you can help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • try this :

    Connect with your FTP and add these two lines to your wp-config.php, where “example.com” is the correct location of your site.

    define(‘WP_HOME’,’http://example.com’);
    define(‘WP_SITEURL’,’http://example.com’);

    OR

    1. FTP to the site, and get a copy of the active theme’s functions.php file. You’re going to edit it in a simple text editor (like notepad) and upload it back to the site. Take a back up of function.php

    2. Add these two lines to the file, immediately after the initial “<?php” line.

    update_option(‘siteurl’,’http://example.com/blog&#8217;);
    update_option(‘home’,’http://example.com/blog&#8217;);

    Use your own URL instead of example.com, obviously.

    you can see this URL for more help – http://codex.wordpress.org/Changing_The_Site_URL

    Thread Starter sallymc

    (@sallymc)

    Hi Sam, Thanks for your advice. I did that and it didn’t work. I have to say – I hope that I did it correct – my FTP had so many older site templates etc, it took me a while to figure where to find ‘functions’

    My site has the content – but none of the formatting.

    I am with 123-reg and tried to download wordpress app again – not sure what i was thinking that would do – but it hasn’t done anything still can’t access administrative login page.

    perhaps I need to pay someone to come and figure it all out.

    what a mess 🙁

    Other way is to go to your phpmyadmin database find wp_option table and change the URL back to what you have before.

    Thread Starter sallymc

    (@sallymc)

    thanks for your help. None of this worked so I have deleted and started again. Now having issues uploading images onto my site :-/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Lost everything! help! made changes to URL address’ is closed to new replies.