>
> It seems to me that PATH_INFO is still not properly handled, but that
> it's always empty.
>

You are right, PATH_INFO is always empty.  If I fill it with the
$SCRIPT_NAME
value, controllers can be accessed again.  But links generated by R() are
still wrong:

a 'Add', :href => R(Add)

on a page xxx.com/list goes to xxx.com/list/add, not to xxx.com/add .
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to