in reply to Re: Re: mod_rewrite woes
in thread mod_rewrite woes

FWIW, the example I posted works for me. Anyway, what that error hints to me is that the RewriteCond isn't working correctly (it's not letting requests to index.cgi through, instead it's redirecting them). If you turn on log level 9, mod_rewrite will write out *everything* it does; that should help in debugging.

Replies are listed 'Best First'.
Re: Re: Re: Re: mod_rewrite woes
by geektron (Curate) on Jan 30, 2004 at 02:08 UTC
    i'll up the debug level tomorrow at work.

    my assumption is the same. the orig request was to:

    www.mydomain.com/subDir/sale
    which spat out the error ... if all else fails i don't *have* to name it index.cgi.