I just added and finished configuring the plugin. I added 1 comment to the guestbook and tried a second test but get a 404 error page no longer exsists..??
I just added and finished configuring the plugin. I added 1 comment to the guestbook and tried a second test but get a 404 error page no longer exsists..??
Check your "URL overrule" in "Guestbook settings -> Miscelaneous".
It's the guestbook URL the same as the 404 page URL? In case of different insert the correct URL to the "URL overrule" text field.
Daniel Schurter
The problem happens when you save the comments.php on your desktop and for some reason when you save the comments.php file in your root directory it changes the siteurl to reflect your local root directory.
What you need to do is open the comments.php file and and look for this code
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
This is the way it should be. If yours looks different you should change it to this code.
This topic has been closed to new replies.