Ken Woodruff wrote: > Unfortunately the second > level URLs ending in a slash do not work (presumably Mason declines > the request and the dhandler never gets invoked). Exactly...
http://masonhq.com/docs/manual/Admin.html#allowing_directory_requests "If you would like Mason to handle directory requests, set decline_dirs <http://masonhq.com/docs/manual/Params.html#decline_dirs> to 0. The dhandler that catches a directory request is responsible for setting a reasonable content type via |$r->content_type()" | |-- Eric Windisch | _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

