History log of /web-php/error.php (Results 201 – 209 of 209)
Revision Date Author Comments
# 291865a1 06-Sep-2003 Gabor Hojtsy

Better 404 page for manual pages (which are not to be
searched in the function list or in Google, as they are
clearly missing files on the server). Do preserve the 404
error code on the p

Better 404 page for manual pages (which are not to be
searched in the function list or in Google, as they are
clearly missing files on the server). Do preserve the 404
error code on the pages though, as these are not to be
indexed (also add a meta for this reason).

show more ...


# 496c8338 21-Aug-2003 Gabor Hojtsy

Add and use status_header() for sending out status headers,
add it into all parts where we include stuff which exists. Also
make the 404 page a bit more general.


# fbc96ff4 21-Aug-2003 Gabor Hojtsy

Use new header / footer in 404 messages


# e8ae1f70 16-Aug-2003 Gabor Hojtsy

Drop the need to specify that a redirection is really external, as
this is already in the first parameter. If there is a protocol part,
then it is external. Reflect this change in the errorha

Drop the need to specify that a redirection is really external, as
this is already in the first parameter. If there is a protocol part,
then it is external. Reflect this change in the errorhandler too.

show more ...


# 9350f819 13-Aug-2003 Gabor Hojtsy

- Split news.php by year, as discussed before
- Provide BC handling for news.php links
- Interlink the yearly archives
- Fix layout, and some outdated links to make
archived news it

- Split news.php by year, as discussed before
- Provide BC handling for news.php links
- Interlink the yearly archives
- Fix layout, and some outdated links to make
archived news items more useful

show more ...


# d3e7e882 10-Aug-2003 Gabor Hojtsy

Also remove ? if it is at the very end of the request URI


# 9ff69a38 10-Aug-2003 Gabor Hojtsy

Drop QUERY_STRING from the shortcut URL


# eb015354 09-Aug-2003 Gabor Hojtsy

Movet get_download out of the website root, as it is not supported
to access this directly. Download mirror selections are supported
via the /get/$filename/from/a/mirror URLs


# 64113074 09-Aug-2003 Gabor Hojtsy

Add error handler here, as discussed,
- prevent infinite redirection loop with the shortcut /error
- use $_SERVER['DOCUMENT_ROOT'] instead of $DOCUMENT_ROOT,
so register_globals is n

Add error handler here, as discussed,
- prevent infinite redirection loop with the shortcut /error
- use $_SERVER['DOCUMENT_ROOT'] instead of $DOCUMENT_ROOT,
so register_globals is not needed here anymore

show more ...


123456789