
1. Go to File Manager or connect via FTP. Navigate to your WordPress directory and look for the wp-config.php file
2. Update (or add) the following lines to the code:
define("WP_SITEURL","<your website URL>");
define("WP_HOME","<your website URL>");
3. Save the changes and try again!

