Hi,
We are migrating a site, and need to know how to customise our error pages so that people hitting the links currently listed on search engines can be informed as to what is going on.
Cheers,
kro
Hi,
We are migrating a site, and need to know how to customise our error pages so that people hitting the links currently listed on search engines can be informed as to what is going on.
Cheers,
kro
Click a term to initiate a search.
GreenNet’s POP/IMAP enabled mailboxes with unlimited online storage, access to email from anywhere using GreenNet Webmail, daily offsite backups and GreenNet Support to help you along the way.
GreenNet web projects are all about planning, designing, building and hosting websites that work for you and the issues you’re working on.
GreenNet, Development House, 56-64 Leonard Street, London EC2A 4LT, Tel (UK): 0845 055 4011
Tel (int'l): +44 (0)20 7065 0935 Fax: +44 (0)20 7065 0936
Contact GreenNet
Please note that the opinions of our user community do not necessarily reflect the opinions of the GreenNet Collective.

20 August 2004 - 12:09pm — admin
Re: customised error pages
Yes, you can have a custom-built page not found page - in fact you can
have error pages for all/some of the range of errors -
The standard errors are: 400, 401, 403, 404, 500,
400 = Bad Request. Usually a mangled communication between the browser and server.
401 = Authorization Required. If the user cancels a password request, this
error is generated.
403 = Forbidden. If indexing is turned off, and/or the server can not
show/access the directory.
404 = Page not found.
500 = Internal Server Error. Mostly likely a script failure.
We do this for you, as we prefer to put this sort of thing in the virtual
hosts details for all our sites, rather than locally in the site
directory. This is a safer method of dealing with it.
You devise a page not found for error 404 (and any other
pages for the other types of error), FTP this or these into a folder on
your site, let us know the path for them and we can set things up
accordingly. You can have the same page for more than one type of error if
you want, so long as it makes sense to the viewer.
GreenNet Web Administrator