I wonder if I could get a little theme help: I'd like to create a customized view for my theme.
Currently you can browse items in ../items/ and see tags in .../items/tags/
I can easily modify browse.php or show.php in my theme, but want to add a new view at something like:
../table/
However, I get "that is not a valid URL" - so something is preventing me from adding a new directory "table" with its own browse.php (index.php?) that outputs a customized loop that I have created.
It doesn't look like it is the .htaccess by itself...how can I get it to allow users to load a theme-specific view in a directory I create?
Thanks in advance.

