In the guestbook.module file, line 265 needs to be changed to make the guestbook work without mod_rewrite (clean urls)
This is that line:
$output .= "<br /><div class=node><div class=title>» <a href=\"guestbook/0\">"
It should be changed to this to make it work without support for clean urls:
$output .= "<br /><div class=node><div class=title>» <a href=\"?q=guestbook/0\">"
Thanks.
Comments
Comment #1
hba commentedFix is being commited to CVS (for 4.6.0) right now.
Comment #2
(not verified) commented