It would probably work if you upload copies of the error pages into the directory that represents your subdomain. Servers tend to treat subdomains as different entities from the 'master' domain, so relative links from a subdomain to the master also usually won't work. The server treats the directory that the subdomain points to as the virtual root, when a request is made to that subdomain. That's how I understand it. Admins, please correct me if I'm wrong. Thanks.

[ January 08, 2002: Message edited by: TWebMan ]