• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Default Plesk Webpage

T

TehPropheT

Guest
Hi,

just wondering if someone could give me any pointers on which files i should edit so when i create a new domain i can customise the default plesk page.

Thanks in advance! :)
 
You can either upload it via the skeleton section inside Plesk, or modify /home/httpd/vhosts/default or /var/www/vhosts/default or /usr/local/vhosts/default depending on your installation.
 
hi ive looked in those dirs, the first 2 exsist but the index.html's in there are for the default blue plesk page. When i create a domain i dont get that page any more, i get this:


This is the placeholder for domain carlchandler.co.uk. If you see this page after uploading site content you probably have not replaced the index.html file.

This page has been automatically generated by Plesk.


plain text, just wondering if anyone knew where that page lives? Would really like to customise it.
 
The ones which are used upon new domain creation, are the Skeleton files. They are located in:

/home/httpd/vhosts/.skel/0/httpdocs
/home/httpd/vhosts/.skel/0/httpsdocs

(most systems)

or as Cranky indicated, depending on your installation, they may be in:

/var/www/vhosts/.skel/0/httpdocs
/var/www/vhosts/.skel/0/httpsdocs

(some newer 7.5.4 systems)

Easiest would be to do a locate or find command to find the /.skel/0/ directory on your particular server.

You can edit the existing skeleton files, or create and upload additional 'sets' of skel files:

http://download1.sw-soft.com/Plesk/Plesk7.5/Doc/plesk-7.5r-admins-guide-html/ch03s46.html
 
Back
Top