Skip to content
WJunction - Webmaster Forum

HTTP changed to WWW problem

Status
Not open for further replies.
Hi, I have a wordpress site and under the general settings I have changed the domain name from http:// ... to www. ... and since than the site is down and I cant even log in to admin.
Do you know any tips to do and get it back, please? Thank you..​
 

24 comments

mean can't log ? can't log admin user then forgot password
i think all have option forgot pass if you real the admin then you will not hard to do
just do forgot password to reset back
 
Ftp into your server and go inside the public_html directory. Download the file called wp_config.php. Open this file in any text editor( notepad++ recommended) and enter this at the very end

PHP:
define('WP_SITEURL', 'http://www.domain.com');
define('WP_HOME', 'http://www.domain.com');

Replace www.domain.com with whatever your domain is. Save it and upload ( overwrite) this file back into your public_html directory.
 
Ftp into your server and go inside the public_html directory. Download the file called wp_config.php. Open this file in any text editor( notepad++ recommended) and enter this at the very end

PHP:
define('WP_SITEURL', 'http://www.domain.com');
define('WP_HOME', 'http://www.domain.com');

Replace www.domain.com with whatever your domain is. Save it and upload ( overwrite) this file back into your public_html directory.


Thats what i just posted :D
 
Have changed the wp-config
And I am in the admin, see this:

[SLIDE]http://i.imgur.com/66yCs.jpg[/SLIDE]

cant edit the wordpress adress
 
Status
Not open for further replies.

About the author

W
Active Member · Joined
388
Messages
28
Reactions
28
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom