404 handling in GoDaddy hosting

bigleftie

Junior Member
Joined
Jun 15, 2010
Messages
135
Reaction score
34
I use GoDaddy's Windows hosting plan to host several domains.

I want each of the domains to have it's own, custom, 404.htm.

Has anyone been able to do this on GoDaddy?
 
use .htaccess file
Code:
ErrorDocument 404 /path_to_custom_404_file.html
 
I have the Windows hosting plan - .htaccess does not work on Windows IIS.
 
Back
Top