• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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