• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Domain not viewable when viewing www. but is without

When you created the domain did you leave the box marked as www checked? if you unckecked that then the domain wont get a virtual host for the www even if DNS is setup properly.
 
yes the A record is there and resolving to the correct server.

Also yes the www box was ticked...
 
Go into httpd.include for the domain and make sure it setup a ServerAlias for www
 
Here is my current httpd.include

<VirtualHost 83.133.126.222:80>
ServerName stanley.ie:80
ServerAlias www.stanley.ie
UseCanonicalName Off
SuexecUserGroup stanleyftp psacln
ServerAdmin "[email protected]"
DocumentRoot /var/www/vhosts/stanley.ie/httpdocs
CustomLog /var/www/vhosts/stanley.ie/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/stanley.ie/statistics/logs/error_log
<IfModule mod_userdir.c>
UserDir /var/www/vhosts/stanley.ie/web_users
</IfModule>

I dont see any difference between other sites...
 
Back
Top