Eric Walstad wrote: > container['folder.com'].['index.html'].absolute_url() ^ urm? You want: container['folder.com']['index.html'].absolute_url() cheers, Chris