Re: Rewrite Engine simply not rewriting
garey wrote:
> I fail to see how watching which files open would ; and I don't
> have a filemon utility on my Solaris box. There are no errors being
> logged that tell me that I can't write to the rewriteLog file. Is
> there anything else that you can suggest?
>
It sounds like you don't have mod_rewrite in the running httpd daemon.
What happens if you remove these lines: "<IfModule mod_rewrite.c>" and
"</IfModule>". If mod_rewrite is not loaded, you should get errors
trying to use this config.
Jim
|