Can i use my wordpress domain name

Username (e.g. epiz_XXX) or Website URL

epiz_29148251

(please specify the website or account you are asking about)
casadelosbatesforsale.rf.gd

Error Message

(please share the FULL error message you see)

Other Information

I have set up firezilla with the above domain and connected my wordpress files to firezilla but the domain name is different on wordpress so i am getting a hello world start up page not the page i have created on wordpress…what do i have to do
(other information and details relevant to your question)

If you can access wp-admin, you can change the domain through the settings panel.

If you can’t access it, you can either:

a) edit the wp-config.php file and replace the old domain with the new domain:
define( ‘WP_HOME’, ‘https://domain.com’ )
define( ‘WP_SITEURL’, ‘https://domain.com’ );

–or–

b) find “wp_options” in phpmyadmin, and find and replace the “siteurl” and “home”

It appears you only transferred the files. Make sure you also transfer the MySQL database:

3 Likes

I think thats done it - now when i load the page i have some sort of static ad which i think will be there until the site is live within 72hrs.
thanks for your help

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.