• TakeOnEnglish

    (@takeonenglish)


    I accidently changed my URL on my wordpress template. My website was located at https://www.TakeOnEnglish.com/es but I changed it to https://www.TakeOnEnglish.com thinking it was the correct thing to do. Web designers were working on my website but I decided to do it myself.

    I have tried logging onto my FTP from FileZilla and I copied across the wordpress file to the server as it wasn’t there and I couldn’t find the functions.php folder as the theme I chose ‘boldy’ was not there on the server either.

    Please can someone give me some advice on what to do as I cannot enter the site or wordpress admin. Thanks in advance…..

Viewing 15 replies - 1 through 15 (of 16 total)
  • esmi

    (@esmi)

    Change the urls back. See Changing_The_Site_URL for details of how to do this correctly.

    Thread Starter TakeOnEnglish

    (@takeonenglish)

    I’ve been trying that since yesterday and nothing happens…… I entered
    define(‘WP_HOME’,’https://takeonenglish.com/es’);
    define(‘WP_SITEURL’,’https://takeonenglish.com/es’);

    on the wp-config.php, there is no theme functions.php on the server…

    esmi

    (@esmi)

    there is no theme functions.php on the server

    Try looking in the wp-content/themes/boldy folder.

    Thread Starter TakeOnEnglish

    (@takeonenglish)

    is there another way to change the url because I edited the folder with the code and nothing happened?

    esmi

    (@esmi)

    Have you removed the 2 added lines in wp-config.php?
    Were you using any caching plugins?

    Thread Starter TakeOnEnglish

    (@takeonenglish)

    No, I added the lines, then saved and refreshed the page a few times, re-booted my computer, deleted cookies and tried again. I haven’t added any plugins to the template as I just started using it

    esmi

    (@esmi)

    Remove the 2 lines from wp-config.php and add the relevant lines to your theme’s functions.php file.

    Thread Starter TakeOnEnglish

    (@takeonenglish)

    how do i acccess the themes functions.php file? do I need to upload it to filezilla?

    esmi

    (@esmi)

    You need to access the wp-content/themes/boldy/functions.php file via FTP, yes.

    Thread Starter TakeOnEnglish

    (@takeonenglish)

    I cant find wp-content on filezilla

    esmi

    (@esmi)

    It is in the same folder as your wp-config.php file.

    Thread Starter TakeOnEnglish

    (@takeonenglish)

    I uploaded that separately…… I took over the site from the web designers so maybe that’s why it isn’t there.

    Fathi Arfaoui

    (@fathi-arfaoui)

    you have made a mistake with wp-config.php
    Just try the same solution and add www to your url.
    Add this code to wp-confing.php:

    define(‘WP_HOME’,’https://www.takeonenglish.com/es’);
    define(‘WP_SITEURL’,’https://www.takeonenglish.com/es’);

    Thread Starter TakeOnEnglish

    (@takeonenglish)

    I’ve done it finally thanks, there was a separate folder called es for some reason. Thanks for the advice ??

    Thread Starter TakeOnEnglish

    (@takeonenglish)

    spoke too soon. The wordpress log in page came back but it wont accept my user name and password and the website is still not showing properly… any ideas?

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘I accidently changed my URL’ is closed to new replies.