Apache rewrite and redirect directives are driving me nuts....
Here's what I'm tring to do:
//site/Dir1/ becomes //site/scriptdir/script.pl?args1
//site/Dir1/Dir2 becomes //site/scriptdir/script.pl?args2
The first works fine with a redirect command, but then the second comes out as
//site/scriptdir/script.pl?args1Dir2
Edit:
Okay I finally managed to get it doing mostly what I want, but now im running into an issue with the lack of the damn trailing slash.... Sheesh if it'ts not one thing it's another.
Here's what I'm tring to do:
//site/Dir1/ becomes //site/scriptdir/script.pl?args1
//site/Dir1/Dir2 becomes //site/scriptdir/script.pl?args2
The first works fine with a redirect command, but then the second comes out as
//site/scriptdir/script.pl?args1Dir2
Edit:
Okay I finally managed to get it doing mostly what I want, but now im running into an issue with the lack of the damn trailing slash.... Sheesh if it'ts not one thing it's another.