Hi.
 
I did this:
 
(push (create-prefix-dispatcher "/index" 'index) *dispatch-table*)
(start (make-instance 'acceptor))
 
and then I go to:
 
http://localhost/index
 
it always goes to Hunchentoot default page ?
 
Thanks