Hi,
I have moved my install form localhost on my computer to my webhosting when i goto the site only some of the images and none of the theme is showing. I have also uploaded the uploads folder. Also I can not get into the wp-admin as when i click the login button it trys to goto my http://localhost/wordp install. is there something I can fix in this install to get working without starting all over.
Thanks
BYurick
Member
Posted 2 years ago #
Read this!
Add the lines below to your wp-admin, just change example.com your real URL
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
BYurick,
Cheers that worked perfect!. Now I don't remember my admin password!! :(
You can change your password in your databse via the phpMyAdmin. Read how to here: http://bloginstallationservice.com/how-to-change-your-password-via-phpmyadmin/
Christopher
Member
Posted 2 years ago #
If you solved your problem, please mark this thread as resolved.
Thanks.