Dear CS-WordPress – Thanks for checking back and helping out. I fixed the problem yesterday. It took me a some time to research but the solution was fairly simple and I found it on this forum itself.
I used the ‘cpanel’ entry that was given to me when the site was hosted. Once in, I went to file manager and edited the wp-config.php file with the following lines just after ‘<?php’ at the beginning of the file:
define(‘WP_HOME’,’http://prashantmishra.net’); define(‘WP_SITEURL’,’http://prashantmishra.net’);
Save. Build. Log out.
Then I went back to the site to login as admin. Which it allowed this time. Checked dashboard->settings->general to see if change is reflecting. It was and that’s about it. 🙂