0

I recently got a Windows VPS to host my client websites on. Everything is working okay but for one domain I forgot to check the www checkbox when creating the domain in plesk.

I thought that I just had to add a cname record with the following info to fix it:

Record type:            [ CNAME ]  
Enter domain name:      [ www ].restaurant-eureka.be  
Enter a canonical name: [ restaurant-eureka.be ]  

Now if you use www you get the default Plesk 'placeholder' website. I found others with the same problem on the Parallels forum but their servers were running Linux.

So if anybody could explain to me how to fix this for a Windows VPS that would be really great.

Pickels
  • 135
  • 1
  • 6

3 Answers3

3

I have a plesk running on Linux, but maybe the interface is the same.
Adding the CNAME will not touch the webserver configuration at all, it will only create the DNS record.

If you forgot to check the "www" box you can go to the Domains page, edit the domain (not clicking on the domain name, check the box in front of the domain and use the edit button above).
On the following page "switch on" the "WWW prefix" field.

Again I only have access to a Linux based plesk - hope it helps you.

faker
  • 17,496
  • 2
  • 60
  • 70
  • Just a small note, on the plesk install on media temple (currently v8.6.0) the button is labelled 'Group Operations' (rather than just 'edit'). – Cargowire Jun 07 '11 at 10:49
  • This worked for me, but not until I restarted `apache` and `psa` on the command line. Not sure which did the trick. – Joe Flynn Oct 12 '12 at 16:56
0

Fixed it with IIS and just adding an extra binding to the website. Didn't find how to do it in Plesk yet.

Pickels
  • 135
  • 1
  • 6
  • Glad you resolved this issue. Please be sure to mark your answer as "accepted" when you are able. – jscott Jul 24 '12 at 00:28
0

I found the solution to work around on this case. Plesk control Panel > Domain > Domain Administrator > Rename Domain. Then check to the box, save it. This do the trick add binding to IIS, so you can open domain with/without prefix.