'How to fix wordpress main domain keeps redirecting to subdomain

WordPress main domain keeps redirecting to my subdomain

tried adding define( 'WP_HOME', 'https://example.com' ); define( 'WP_SITEURL', 'https://example.com' );

and tried updating the wp_options

anyone can help ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source