> If you can access anything else under public, it's probably not the
> mapping but the URL. It's probably too many ".." or not enough ".."
> or something like that. One thing is that the public directory itself
> should not be in the URL. So if the path is
> amber_tool/amber_tool/public/myjs.js, the URL would be "/myjs.js", and
> a relative URL would be "../myjs.js" or something like that. If the
> current URL is at the top level ("/something"), a relative URL would
> simply be "global/javascript/jmol". You could put a "./" (one dot)
> before it if you want. You'd use ".." only if the relative location
> requires one to go back up the hierarchy and down another branch.
>
> --
> Mike Orr <[email protected]>
You are ready, thanks. I missed '../' in the path. I tried a lot of
path without the correct one
that is '../global/javascript/jmol'.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.