Try to fix it with
mysql> update domains set htype='none' where id=209;
And run
# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
after that again.
www.example.com is any website hosted on your plesk machine that has a custom index page.#!/bin/sh
if wget -q -O- http://www.example.com | fgrep -q '<div class="welcomeText">Domain Default page</div>'; then
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
fi