I discovered that if instead of hitting:
    http://my-domain/amazon
I hit:
    http://my-domain/amazon/

... then uri_for() started working as expected.

I added a rewrite rule to my lighttpd config:
    url.rewrite = ( "^/amazon$" => "/amazon/" )
and everything is now working again.

I don't know if this is the best solution though.

Cheers,
Carl

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to