On Fri, Dec 2, 2011 at 7:28 AM, PL Hayes plh@golux.podzone.net wrote:
My *extremely* simple website won't work with 1.2.1. and I've no idea why. All it consists of is this:
(push (hunchentoot:create-folder-dispatcher-and-handler "/misc/" #p"/home/plh/misc-web/") hunchentoot:*dispatch-table*)
but I just get the 'not found' error page when I try to visit any of the files in that directory.
Make sure that you are creating an easy-acceptor, not an acceptor when you use any of the easy handlers functionality. This is documented, too.
Cheers, Hans