Report this

What is the reason for this report?

www.domain.com not working, domain.com working, why??

Posted on March 7, 2014

Hi,

I created a virtual host and httpd.conf reads as follows

<VirtualHost 146.185.136.14> DocumentRoot /srv/http/shilpi.com ServerName shilpi.com ServerAlias www.shilpi.com ErrorLog “/var/log/httpd/shilpi.com-error_log” CustomLog “/var/log/httpd/shilpi.com-access_log” common <Directory “/srv/http/shilpi.com”> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> </VirtualHost>

Now when I visit http://shilpi.com it works but if I visit www.shilpi.com I get the message webpage is not available.

Anybody any clue???

Thanks

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.