RewriteRule .*/pox /go.cfm
if the url is: /pox/something.cfm
it works fine
if it's /pox/something/ (with or without the trailiing /)
it throws this exact error:
<head><title>JRun Servlet Error</title></head><h1>403 Forbidden</h1><body>
Forbidden</body>
Does
RewriteRule .*/pox /go.cfm [PT,L]
make any difference for you?
