Tonight I mv'd the old phpwiki/ and installed a fresh copy of 1.1.8. I
created an index.php3 to redirect to index.php. Could one of you double
check my work, since I haven't written one in PHP before:
<?php
/* build the cgi data into a string */
$query = implode('&', $argv);
/* Redirect browser to PHP web site */
header("Location:
http://phpwiki.sourceforge.net/phpwiki/index.php?$query");
/* Make sure that code below does not get executed when we redirect. */
exit;
?>
It's right out of the PHP manual (in function.header.html). I added the
GET data string.
thx
sw
...............................ooo0000ooo.................................
Hear FM quality freeform radio through the Internet: http://wcsb.org/
home page: www.wcsb.org/~swain
|