So I've got what has to be a pretty common problem: I've built a system that is 95% behind some authentication, and 5% public. I'd like to have the entire public portion be static HTML files that are all served from the '/public/' directory. I've created a "Public" controller and the corresponding directory to hold static HTML content. I've also modified the system such that either the Public controller or the Login controller can be access by unauthenticated users.
How do I go about serving the static pages, for example my page "books_intro.html"? I've looked into "Static::Simple", but I can't find a good manual/tutorial on it. I've tried to guess at how to use it but I pretty much didn't get anywhere. thanks, -d _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ Dev site: http://dev.catalyst.perl.org/
