Simple question, we want to change the template of the page that is shown when a website is disabled
Put your new page in /etc/skel/public_html/index.html
/etc/skel is where you can put anything that you want to be put into users homes on creation (as with just about any Linux or UNIX system).
skel contains whatever you put in it.
The disabled page is different since the domain owner user can’t control it, so you can’t put it in skel (you wouldn’t want them to be able to replace it). You can add a custom page in Server Templates->Website For Domain->Disabled Website HTML.
Server Templates->Website For Domain->Disabled Website HTML is the solution on my question, thank you!
Sorry, I skimmed over the “disabled” part of the question at first.
