Code to redirect all visitors of website to another website without wordpress pulgin

Code to redirect all visitors of website to another website without any wordpress pulgin.

Suppose the followings;

old website: abc1.com

New website: abc2.com

Methods to to redirect

  1. Redirect with .htaccess (for Apache servers):
  2. Redirect with Nginx configuration (for Nginx servers):

1. Redirect with .htaccess (for Apache servers):

2. Redirect with Nginx configuration (for Nginx servers):

You can redirection directly in your server block configuration.

WordPress Tutorials