Closed (fixed)
Project:
Guestbook
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
5 Aug 2005 at 18:10 UTC
Updated:
15 Feb 2006 at 19:30 UTC
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