[]
JoshPet said:That page at Zend suggests if you use slashes instead....
Instead of
showflat.php?Cat=&Number=1234
Use:
showflat.php/Cat//Number/1234
That populates the $PATH_INFO variable in PHP with
/Cat//Number/1234
Then you can use explode() to poulate the variables:
If that method worked.... it could be done in the scripts..... and would not require mod rewrite.

[/]
OK this is what will be used for classic so we might as well go this way. let me see what I can find on the subject
