Rails 1.2.6
Apache 2.2.6
I want to allow Apache direct access to a folder inside /public to show
a listing (i.e. /public/demo_images/), but I can’t get that to work
without Rails routing trying to intercept it. Normally I’ve had no
trouble in my other sites doing this with simple configs in
Apache, but Rails is complicating this somehow.
What’s the magic for this? Thx.
– gw