Are you interested for monthly server support with Unlimited tickets, 24×7 monitoring, Security Audit and lot more ? please check our Monthly server support plans

Redirecting domains on plesk server: 

Here we are going to apply redirect for the domain abc.com to the domain xyz.com

For the domain that is not there on plesk server:

If the domain abc.com has not been there on plesk server then you can redirect the domain by adding it as a new domain under your plesk control panel. For that,

You just need to choose hosting type as ‘Standard forwarding’ or ‘Frame forwarding’ while proceeding to hosting setup. Then insert the URL of the website you want to forward to i.e. http://www.xyz.com .

For the domain that is already setup on plesk server:

If the domain abc.com has been already setup on plesk then you have to use the .htaccess file by putting into the redirection code as below.

RewriteEngine on
RewriteCond %{SERVER_NAME} abc.com[OR]
RewriteCond %{SERVER_NAME} www.abc.com
RewriteRule ^.*$ http://www.xyz.com [R=301]

So in these methods, you can redirect domains in your plesk server.

Need our help to fix the issue ? Submit Support Ticket Now

[sep][/sep]

[button size=”large” color=”green” title=”Server Administration Services from Stack Supports” link=”http://iserversupport.com/server-support-products/server-security/”]View Server Administration Packages[/button]