• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Redirecting sitename to www.sitename

qualispace

Regular Pleskian
Hello,
I have a query which I hope somebody will reply to. I have setup a website in Windows using Plesk say sitename.com. Now I want to redirect sitename.com to www.sitename.com in such a way that if somebody types sitename.com in the browser, he gets redirected to www.sitename.com. I know it was possible in earlier versions of Plesk for Linux, but this is the first time I am working on Windows. Can somebody tell me how do I redirect it?

Regards

Nitesh N
QualiSpace
 
Did you try to set up a Standard forwarding hosting type for the domain?
 
Not really. I have actually setup physical hosting for the website. Earlier we used to setup physical hosting for a website and by default the sitename.com used to redirect to www.sitename.com. This does not happen now. All I want to know is whether we can set it up manually.
 
Hi, qualispace!

You just need to make the following:

1. Edit your domain in Plesk and set it`s name to www.yourdomain.,com
2. Create a new domain in Plesk called
yourdomain.com (don`t check the "add www" option whilecreating domain)
3. Create standard forwarding hosting for the domain yourdomain.com and redirect it to www.yourdomain.com

Does this help?
 
I have this exact issue now in 8.1. When I try and create the second domain to redirect, it tells me it already exists. How do I get around that?
 
you can use HTML redirection -- place and index.html in the root httpdocs of the website that you want to redirect.
The file should be similar to this:

<HTML>
<HEAD>

<META HTTP-EQUIV=refresh CONTENT=0;URL=www.domain.com>
</HEAD>
<BODY>

</BODY>
</HTML>
 
Back
Top