WordPress Fix: “Cookies are blocked or not supported by your browser.”

If you are seeing “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.” WordPress login page, chances are you either changed the content of your wp-content folder through FTP or you activated some plugins that crashed your WordPress.

Worry not, though.

Simply add the following code snippets to your wp-config.php before “/* That’s all, stop editing! Happy publishing. */

define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');

and save your file.

Now, you should be able to log into dashboard.

Thoughts on "WordPress Fix: “Cookies are blocked or not supported by your browser.”"

Get FREE Gifts by that link. Or receive Freebies now. you can whitelist the Ad Block to see it all.

Once done, hit any button below