View Single Post
Old 09-24-2004, 05:37 AM   #1
blueyed
Green Mole
 
Join Date: Sep 2004
Posts: 19
Exclamation relative links without URI but only "?bla=1"

It seems that PhpDig (1.8.3) follows links like

<a href="?a=1&amp;b=2">link</a>

on http://localhost/path

to http://localhost?a=1&amp;b=2

instead of

http://localhost/path?a=1&amp;b=2
blueyed is offline   Reply With Quote