• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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