There are quite a few places, plugins, tools, etc that can cause re-directs, not to even consider custom code.
If you think the re-direct is in your database and you are comfortable with wp-cli then you can use this command:
wp search-replace '00.00.00.00' 'example.com' --dry-run
This will tell you where the data you’re searching for is located. Remove –dry-run and wp-cli will actually make the change.
If its NOT in the database, you need to look in your wp-config file, disable plugins and check for any custom code (functions.php for themes and child themes etc) to see if there is a piece of code forcing a redirect.)
You could try searching for it with SSH within files by using grep:
grep -rH "00.00.00.00"
Related Posts:
- Logout redirect to home page
- check first time login only
- How to redirect after login, the working way?
- Redirecting old permalink to new one
- WP auto redirects after url change?
- Setting a redirect cookie in wordpress
- Redirect users after first login
- htaccess redirect not working
- htaccess wildcard redirect misses some URLs
- $_SESSION variables lost during OAuth callback
- 404 redirection and Google’s index [closed]
- Redirect user after logout
- WWW to non WWW redirect effects on load speed
- Mixed Content with SSL, wordpress behind a reverse proxy
- 302 redirect to signup with nginx reverse proxy
- How to redirect user to specific page based on the input password
- Redirect HTTP to HTTPS
- Change gravity forms confirmation redirect query string to include entry id [closed]
- How to redirect visitor to a custom URL using PHP code in functions.php
- Redirect away from login page
- Deny access to a path (give 403 or 404 response)
- Redirect home to another page with htaccess
- How do I redirect /search/ to ?s=
- 301 Redirect Loop
- Infinite loop behind SSL proxy on non-standard port
- Redirect if $_Server[‘REQUEST_URI’] is /wp-login.php?checkemail=registered
- Redirect from home page to post list page?
- .htaccess rule to redirect old URLs to new structure [closed]
- .htaccess Redirect
- Redirect when accessing /login when logged in
- How can I redirect a URL to an anchor link while maintaining the URL?
- How to remove duplicate and unnecessary part in a url using htaccess and regex?
- Built-In Postname Redirection vs Hard Redirects in relation to SEO and performance
- Local Environment Stripping Port Number…help tracking down the redirect?
- User is logged in after Stripe payment, then redirected, but is then logged out again
- How To Fix A Redirect Chain
- Masked a external URL and redirection plugin
- Redirect “http://old.net/category/postname” to “https://new.com/postname”?
- Image URLs not redirecting properly
- After logout browser’s back button into twenty sixteen theme profile
- 301 Redirect Old URL to New WordPress Page
- Login Redirect – Multiple Scenarios
- URL masking of subdomain to main domain using .htaccess
- Redirecting from wp-content?
- WP page 404 error only on mobile
- Redirect user on first visit based on geographical location
- Create a permalink to a pdf?
- My site doesn’t redirect from HTTP to HTTPS
- Bedrock WordPress
- How to prevent redirect 301
- Redirect one domain to another
- Only execute function if SSL is set up properly
- How to redirect wp_login_form to new page after user loged in?
- Redirect User to login page
- How to redirect multiple subfolders back to root domain?
- How do I Redirect Tags from Old Joomla Site to New WordPress Site?
- How to redirect user after login to the page called by his first name?
- Redirect after get_delete_post_link
- Whenever I try to publish a post in wordpress, I always get redirected to the installation page…why?
- Login redirect to previous page
- Old missing file in wp-content/uploads/ returns a 500 error, how to catch and redirect?
- Redirect posts to new domain
- 302 Redirect is showing in the audit but links are opening separately
- How do I redirect the browser to 404 page, if no posts are found in home page
- Redirect after the registration
- Conditional Login Redirect
- wp_logout_url redirect not working
- How do i make WordPress return 404 instead of redirecting on misspelled page?
- How to redirect if 404 error in wordpress then redirect 404.php url
- WP Redirect with Wild Card Characters
- 301 Redirects from old WordPress domain
- Unexpected: WordPress redirects to the WP_HOME/WP_SITEURL value
- Automatically switch language based on visitor’s country
- Do redirect 301 for wordpress page
- How to redirect user to Referrer Page using wp_signon in Custom Login Page in WordPress
- How to make front page temporarily show content of internal page
- How to get user details by name
- custom error message or redirect to custom page if any error occurs
- redirect_to ignoring the SSL
- Resolving the too many redirects on wordpress
- One set of Child Pages redirecting to Home page?
- Redirect wordpress website URL into other link
- Redirect old .html URLs to a new installation in a subfolder
- Serve wordpress regardless of the cname
- Blog post URL redirects to a Page URL who’s slug is a prefix of the post slug.
- Blog posts redirecting to random 404 pages
- WordPress 302 Redirect to Holding Page
- Converted posts to a CPT, 301 redirects necessary?
- Accept (once only) policy page on login
- Rewrite rule to redirect to a particular filename.php
- Redirect to other page when mobile
- website is sending people to wrong address
- Why my htacess rewrite return 404?
- problem redirecting users to page on login
- redirect to 404 page
- Add a simple php code snippet to redirect a single wordpress url to another
- wp_redirect() doesn’t work
- Redirect old homepage to the new one within the same site
- redirect site links form joomla to WordPress
- Redirecting by role from a button