[dancer-users] Automating loading of index.html

Mark Wood-Patrick mwoodpatrick at gmail.com
Sun Apr 28 06:32:20 BST 2013


I need to display index.html for any subdirectory where that file exists not just the root

 

Mark

 

From: dancer-users-bounces at dancer.pm [mailto:dancer-users-bounces at dancer.pm] On Behalf Of Jonathan Otsuka
Sent: Saturday, April 27, 2013 5:00 PM
To: Perl Dancer users mailing list
Subject: Re: [dancer-users] Automating loading of index.html

 

Couldn't you do this:

 

get '/' => sub { template 'index.html' };

Jonathan Otsuka


On Apr 27, 2013, at 6:56 PM, Mark Wood-Patrick <mwoodpatrick at nvidia.com <mailto:mwoodpatrick at nvidia.com> > wrote:

Is there a way to be able to tell Dancer to load and index.html file automatically if it exists so be able to specify:

 

        http://l-sim-27-071:4080/todomvc/architecture-examples/yui

 

rather than

 

        http://l-sim-27-071:4080/todomvc/architecture-examples/yui/index.html 

 

Mark Wood-Patrick 

 

  _____  

This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. 

  _____  

_______________________________________________
dancer-users mailing list
dancer-users at dancer.pm <mailto:dancer-users at dancer.pm> 
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20130427/5530f912/attachment.htm>


More information about the dancer-users mailing list