Custom Site Disabled Screen

Is there a way to customize the Site Disabled screen to offer a more informative message?

You can edit the file /home/interworx/var/errors/disabled/index.html directly (however, this will be overwritten on interworx upgrade). Alternatively, you can edit the file ~iworx/iworx.ini, and change the line

disabled="/home/interworx/var/errors/disabled"

to a different value, for example

disabled="/home/interworx/var/errors/disabled-custom"

Create that new directory, and then put your new index.html file in that location. You’ll want to make sure the directory and file permissions are the same as the default interworx one. That change will not affect accounts that are already disabled, just new ones.

Paul