Are you able to access the database from the hosting providers user panel and get into phpMyAdmin?
If so, you can change the url back to what it should be by going to the options table and changing the siteurl and home records to be the domain of the site.
If you do not have access to phpMyAdmin or are not comfortable editing it in the database for some reason you can also do this by editing the wp-config.php file and uploading it via FTP. You would add this code to the wp-config.php file.
define('WP_HOME','http://yourdomain.com');
define('WP_SITEURL','http://yourdomain.com');
Don’t forget to change the yourdomain.com to be your sites domain.
Hope this helps. Once you get your site working again kindly tag the thread as resolved.
thanks Davood…. i contacted HostGator, my hosting, and they were able to fix it and i could get access to the dashboard again….
there’s still some other issues, but i am hoping to find solutions…..
My pleasure to help any time. Feel free to post here if you want help with the other issues. Best to start a new thread describing those issues.
Happy blogging!