I generated a mojo app and then mounted it into a lite app. The generated, mounted app (default) contains a link to "/index.html" but because that link doesn't contain the mount point (i.e. /my_app/index.html) the page comes up 404.
What special care do I need to do when building apps that will be mounted? My current options, neither of which are ideal, are: 1. Move all mounted apps' public files to the same public directory of the mounting app 2. Update all links to contain also the mount point -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
