[Catalyst] file paths when using catalyst controllers.

Jacob Helwig jacob.helwig at gmail.com
Sun Nov 9 05:47:05 GMT 2008


On Sat, Nov 8, 2008 at 21:08,  <kakimoto at tpg.com.au> wrote:
>  4) the static file accesses files in the following manner :
> "images/default/logo.gif" hence the request above would result in the
> request being
> "subscription/images/default/logo.gif"

Seems like the simple solution would just be to have the static file
reference the images using absolute paths instead of relative paths.
("/images/default/logo.gif" instead of "images/default/logo.gif")

Is there a particular reason the static references need to use relative paths?

-Jacob



More information about the Catalyst mailing list