a5d194d6 | 09-Feb-2003 |
Gabor Hojtsy |
Go with new better looking URLs which are also ok for IE... http://php.net/get/{filename}/from/a/mirror => opens the mirror selection page http://php.net/get/{filename}/from/this/mirror
Go with new better looking URLs which are also ok for IE... http://php.net/get/{filename}/from/a/mirror => opens the mirror selection page http://php.net/get/{filename}/from/this/mirror => download from this mirror http://php.net/get/{filename}/from/{mirrorname}/mirror => download from {mirrorname} mirror This is wget friendly. and avoids the extension on the end of the URL, which made some IEs and download managers go mad to think that a HTML page is actually an exe or a zip file... The URLs are also good to read out :)
show more ...
|
11b33300 | 07-Feb-2003 |
Gabor Hojtsy |
Add something to the mirror selection URL, so dumb browsers won't think that they are actually downloading a zip/exe file, expected after the extension. Some browsers just does not seem to ho
Add something to the mirror selection URL, so dumb browsers won't think that they are actually downloading a zip/exe file, expected after the extension. Some browsers just does not seem to honor HTTP, and interpret responses they way they like to...
show more ...
|
df5a1725 | 05-Feb-2003 |
Gabor Hojtsy |
OK, now my tests shows that new /get links work quite well, so go with them, and wait for error reports... New links: /get/{filename} opens up the mirror selection page /g
OK, now my tests shows that new /get links work quite well, so go with them, and wait for error reports... New links: /get/{filename} opens up the mirror selection page /get/{filename}/from/{mirrorname} send the file for download These are wget friendly and look quite nice in newsletters, etc...
show more ...
|
d53a3fc8 | 04-Feb-2003 |
Gabor Hojtsy |
There is no such download file link containing a slash, so we don't need that check, and the file size check should also use abdolute path, so it works, even when included from some other scr
There is no such download file link containing a slash, so we don't need that check, and the file size check should also use abdolute path, so it works, even when included from some other script (error/index.php)
show more ...
|