Forum Moderators: phranque
Typing these lines into .htaccess is a pretty easy way redirect all 400 and 500 errors to a set page on a Linux server ...
errordocument 404 [domain.com...]
errordocument 500 [domain.com...]
Anyone know if there is a quick and easy way of achieving the same thing on a Windows server running IIS?
This tab lists all the error codes with the default web pages associated with them. You would create your own web page and point the error to that page.
I called mine "404.htm" and pointed all 404 errors to that page.
You can it for every error, or just selected ones if you want.
One small issue ... I don't have access to a control panel for this one particular site at the moment.
Is there any way of doing this with a single file the way you would with .htaccess on a Linux box?
Guess I'll just drop a couple of pages in to plug holes for the time being if not :(