Error on Login : Cookies are blocked or not supported by your browser.

Error on logging in into the Wordpress site - Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.

Permanent Fix that worked:

Add below code to your wp-config.php just before the comment “That’s all, stop editing!”

[php] define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’] );

/* That’s all, stop editing! Happy blogging. */[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service