1
0
mirror of https://github.com/php/web-php.git synced 2026-04-01 12:12:16 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Gabor Hojtsy
9350f819bb - 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
2003-08-13 11:53:37 +00:00
Gabor Hojtsy
d3e7e8828b Also remove ? if it is at the very end of the request URI 2003-08-10 10:51:09 +00:00
Gabor Hojtsy
9ff69a38c3 Drop QUERY_STRING from the shortcut URL 2003-08-10 10:48:37 +00:00
Gabor Hojtsy
eb015354f1 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
2003-08-09 16:43:45 +00:00
Gabor Hojtsy
6411307498 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
2003-08-09 09:35:00 +00:00