I encountered the same problem, but found a solution:
1. edit the file phpgiggle.inc.php in the phpGiggle folder and go to line 114 (it should read like this at the end
title=\"phpGiggle it!\" href=\"phpGiggle?".
)
and change the href-part to
href=\"".phpgiggle_url."?".
Now it should use the defined site url of the config instead of the relative path.
I encountered the same problem, but found a solution:
1. edit the file phpgiggle.inc.php in the phpGiggle folder and go to line 114 (it should read like this at the end
title=\"phpGiggle it!\" href=\"phpGiggle?".
)
and change the href-part to
href=\"".phpgiggle_url."?".
Now it should use the defined site url of the config instead of the relative path.