Sometimes if we access any website from our server, the browser will go to the default website of plesk.

Here is the possible reason for this problem..

1. Check the file /etc/httpd/conf/httpd.conf for conf.d sections by using grep command.

————————
[root@one-res3 ~]# grep conf.d /etc/httpd/conf/httpd.conf
Include conf.d/*.conf
[root@one-res3 ~]#
————————

Check whether “Include conf.d/*.conf” is commented or not. Most of the time this is the problem for the websites are loading default page. If it is commented then uncomment this line and restart the httpd service by issueing the following command.

/etc/init.d/httpd restart

Leave a Reply

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny