Domain name to a page
Add these values in your wp-config.php define( ‘WP_HOME’, ‘http://www.example.com’ ); define( ‘WP_SITEURL’, ‘http://www.example.com’ ); These will overwrite your database values with above. This is a temporary fix. But to fix this issue permanently. You will have to change URLs in database. You can run these mysql queries to change your URLs from http://100.100.100.100 to http://www.example.com … Read more