In your installation folder, look for the wp-config.php file. Add this code, don’t forget to replace http://yourdomain.com to your own domain. define( 'WP_HOME', 'http://yourdomain.com' ); define( 'WP_SITEURL', 'http://yourdomain.com' );