I have modified my blog URL in admin area, at the setting panel.
Before site URL and wordpress installation directory URL were same in this status.
http://entertolearn.com
I changed it with www and after that my blog is working well but my admin section is not appearing. So I mean blog is still live and working but the only problem is with my admin section.
I cannot login, and I have tried with both of the url like this
http://entertolearn.com/wp-admin and
http://www.entertolearn.com/wp-admin as a result nothing display, blank page appear.
Please help me
Please help me as soon as possible.
jghazally
Member
Posted 5 months ago #
Hi urose,
looks like you set your blog url (and perhaps your site url) to http://example.com/blog !
so you need to login to phpMyAdmin or change your siteurl and home options back to entertolearn.com before you can log back in,,,
if you dont have phpmyadmin you can try adding this to your functions.php file:
update_option('siteurl', 'http://www.entertolearn.com');
update_option('home', 'http://www.entertolearn.com/blog/');
that should fix you back up the you should be able to login using http://www.entertolearn.com/wp-admin
best
jeff