Change of IP Address

I have a site developed by a third party using wordpress however we could not log in the Admin page currently due to change of IP address recently.

The login page https://domain/wp-admin has directed me to "Forbidden" error page instead.

I also do not have the database file to do further amendments.

Can anyone help on this? Thanks.

Topic ip wp-admin Wordpress

Category Web


Had same issue when accessing the /WP-admin from an IP address in another country. The hosting company had blocked entry from IP addresses in other locations. Please contact your host to fix.


You may try changing the site url in wp-config.php with:

define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );

you may also check if you have http, or https.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.