with something like: page.php/foo/bar
However, after much searching on google, i've come up empty handed. If anyone has the page in question bookmarked, i surely could use it
On to the real reason why i'm doing it this way. I'm writing a quick breadcrumbs class (more heavily modifying than writing) and most of my pages use the ?page=articles&id=3 scheme... This will obviously not work, since the page is always index.php... however, using the page.php/page/articles/id/3 or even just page.php/articles/3 would let me use the bread crumbs w/o having to have an array of all pages/subpages...