re login to switch dashboard after domain mapping
-
i have to re login when i switch dashboard from site1.com/wp-admin to site2.com/wp-admin.
i have mapped test.site1.com to site2.com
before mapping i switched from dashboard of from site1.com/wp-admin to test.site1.com/wp-admin without relogin but after domain mapping it asked relogin
i have also added wp-config.php
define( ‘COOKIEPATH’, $_SERVER[‘HTTP_HOST’] );
define( ‘SITECOOKIEPATH’, $_SERVER[‘HTTP_HOST’] . ‘/’ );
define( ‘ADMIN_COOKIE_PATH’, SITECOOKIEPATH . ‘wp-admin’ );
define( ‘COOKIE_DOMAIN’, ” );but nothing worked
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘re login to switch dashboard after domain mapping’ is closed to new replies.