If you have a WordPress site with multiple domains (or multiple versions of the same domain, such as with or without www., you might notice your browser redirecting to the to wrong URL.

If you installed WordPress using http://WWW.yourdomain.com rather than http://yourdomain.com, WordPress may have incorrect settings for what it believes to be your site's true URL.

As a result, it keeps redirecting you to the the original domain.

You can correct this through WordPress’s General Settings, as shown below.
wordpress installation

If you prefer or if the above doesn't work, you can also change these settings by adding the following lines to your app's wp-config.php file (change example.com to your domain):

define('WP_SITEURL', 'http://example.com');
define('WP_HOME', 'http://example.com');
Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials
Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution