I don't think redirects are what I'm looking for -- I just don't need it for one file.
Basically, every file with
/library/
in it goes to the library.php script,which then serves dynamic content, based on the path.
so
/library/x.html
/library/x/y.html
/library/x/y/z/abc.html
/library/whatever/i/want.html
all go thru the same library.php script.
I know this is possible with the solaris version of apache and it seems the default behavior. How do I get this working on windows???
I tried the suggestions from
http://www.phpbuilder.com/columns/tim20000526.php3
but they do not work on windows.