View Single Post

  #5 (permalink)  
Old 01-11-2007
Jim Hayter
 
Posts: n/a
Default Re: cgi and mod_rewrite

cpayne.tcr wrote:
> Jim,
>
> Thank you for your reply.
>
> I think I neglected to indicate that this is in an htaccess file in the
> document root of my webserver.
>
> There are two other conditions in this particular htaccess file: it
> tests against the request NOT being an actual file or directory and
> rewrites the base by adding a slash before the rewrite rule I wrote
> below.
>
> Is there somewhere else that a condition could be invoked that is
> highjacking the process?
>


I don't use .htaccess as I control my httpd.conf files. Is it possible
that there are Rewrite conditions/rules in the main configuration file
that are interfering with what you want to do?

Do any of your existing rewrite rules set the L or PT flags?

Jim