Using a question mark in a obj.conf redirect
We seem to have a problem with the following obj.conf entry on iPlanet v6.1 SP4:
NameTrans fn="redirect" from="/xxxxxxxxx/?" url-prefix="http://www.domain.com/directory/?rid=zzzzzzzzz&"
The "?" is not recognized by the server so the redirect is never executed. We have also tried:
NameTrans fn="redirect" from="/xxxxxxxxx/%3f" url-prefix="http://www.domain.com/directory/?rid=zzzzzzzzz&"
This is also not recognized. Is the "?" a special character for iPlanet configuration?
Any help would be appreciated in solving this problem. Thanks

