• 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.

Resolved Site only showing plesk default page

Hi Alan JACKSON687327,

did you make sure, that the standart "index.html" file, installed by Plesk has been renamed or removed, after you uploaded your new content? Pls. be aware, that the standart "Index files" configuration has the setting:
Code:
index.html index.cgi index.pl index.php index.xhtml index.htm index.shtml
... at Plesk Onyx ( => HOME > Subscriptions > YOUR-DOMAIN.COM > Apache and nginx Settings > ( option ) Index files )

If you have further questions to Plesk Onyx, pls. consider to open a thread at => Home > Forum > Plesk Discussion > Plesk Onyx for Linux or/and try to use the powerfull => Forum - SEARCH ( as your question has been answered quite a few times now )
 
I have seen this happen occasionally. Usually all that is needed to solve this problem isd just a simple restart of the apache http daemon.

On, Linux Systems: (RedHat)

# service httpd stop
# service httpd start

If this doesn't solve the issues, you can also try:

# /usr/local/psa/admin/sbin/websrvmng -a

This will force plesk to redo the httpd.include (apache configs as well).

So try both solutions, if you still have problems, feel free to contact me directly.

Hope this helps!

I have same problem but my plesk is installed on Ubuntu 14
I have seen this happen occasionally. Usually all that is needed to solve this problem isd just a simple restart of the apache http daemon.

On, Linux Systems: (RedHat)

# service httpd stop
# service httpd start

If this doesn't solve the issues, you can also try:

# /usr/local/psa/admin/sbin/websrvmng -a

This will force plesk to redo the httpd.include (apache configs as well).

So try both solutions, if you still have problems, feel free to contact me directly.

Hope this helps!
 
Back
Top