Redirect Single Domain To A Suspended Page


To redirect a single domain to the account suspended page add this line to the top of the domains root document htaccess file.

RedirectMatch .* /cgi-sys/suspendedpage.cgi

To re-enable site access, just remove this line and save changes.