09-24-2004, 05:37 AM
|
#1
|
Green Mole
Join Date: Sep 2004
Posts: 19
|
relative links without URI but only "?bla=1"
It seems that PhpDig (1.8.3) follows links like
<a href="?a=1&b=2">link</a>
on http://localhost/path
to http://localhost?a=1&b=2
instead of
http://localhost/path?a=1&b=2
|
|
|