On 2/2/06, Gavin Cooney <[EMAIL PROTECTED]> wrote:
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?

Reply via email to