For redirecting website having below possibilities.
- Check .htaccess file it may having 301 redirection.
- functions.php having some wp_redirect functions.
- Check in wp-config.php define “WP_HOME” & “WP_SITEURL”.
- finally check for 301 redirection plugin activated or not.