• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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