in reply to Re: mod_rewrite woes
in thread mod_rewrite woes

thanks. i'll have to play with this. it fails with the same problem:
No such run mode ( index.cgi ).
i'll have to read up more later.

Replies are listed 'Best First'.
Re: Re: Re: mod_rewrite woes
by The Mad Hatter (Priest) on Jan 30, 2004 at 01:11 UTC
    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.
      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.