Just realized I have the same problem, links work fine on the index page but I get 404s on the comments page
Just realized I have the same problem, links work fine on the index page but I get 404s on the comments page
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.
Wonderful, wonderful, wonderful - thanks BUNCHES. This helped me.
This topic has been closed to new replies.