Viewing 1 replies (of 1 total)
  • Thread Starter nxtpixel

    (@nxtpixel)

    Managed to Fix this by ensuring the following is in the wp-config

    define( 'WP_HOME', 'https://www.domain.com' );
    define( 'WP_SITEURL', 'https://www.domain.com' );
    
    define( 'ADMIN_COOKIE_PATH', '/' );
    define( 'COOKIE_DOMAIN', '' );
    define( 'COOKIEPATH', '' );
    define( 'SITECOOKIEPATH', '' );
    
    define('NOBLOGREDIRECT', 'https://www.domain.com');
Viewing 1 replies (of 1 total)
  • The topic ‘domain Alias redirecting to /wp-signup?new’ is closed to new replies.