I have just set up my first domain in plesk (v10 I think? Newest version). I am used to using shared hosting where the www is set up, but upon setting up my domain only http://retapy.com will work, and http://www.retapy.com wont work. I have had a look on here and on other forums and have since changed the domain name in the control panel to "www.retapy.com", but now it doesnt work without the "www." prefix.
I am also wondering, if the domain is set to "www.retapy.com" in the control panel, will I be able to set up other sub domains after?
I would like to use .htaccess:
RewriteCond %{HTTP_HOST} ^retapy.com
RewriteRule (.*) http://www.retapy.com/$1 [R=301,L]
But cant do this as it isnt recognising http://retapy.com at all.
What is the best way to set this up? I read about having the domain set up as just retapy.com (no prefix) and have a "www" folder in the httpdocs folders which is simply a shortcut to the main folder, but I am now completely lost.