This is a super simple site redirect. This, of course, can get much more complicated than what is shown here. Place this in the apache configuration file (non-Plesk boxen) or in a .htaccess file. Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] —– If you want to redirect a site using the httpd.conf file inside [...]