If you can’t access your wp-admin then follow the following steps to fix the issue:
- Open your cPanel
- Go to the File Manager
- Open wp-config file
- Add a code
define('JETPACK_IP_ADDRESS_OK', 'X.X.X.X');
- Replace X.X.X.X by your IP address (you can see it when you try to login to wp-admin). It may look likeĀ 202.51.76.56
- Save changes
- Now you can easily access youdomain.com/wp-admin
- Enjoy
If the problem persists, comment the issue! I will try to find a solution for you. If you know then, please suggest me alternative solutions to it.
Leave a Reply