Thanks for the response, Craig.  See below for answers to your questions...

On 10/31/05, Craig Webster <[EMAIL PROTECTED]> wrote:
>
> How about in the error log when it's running and you access a page that
> needs rewrites?

There's nothing in the error_log that reflects a mod_rewrite
error...just a "normal" 404 entry that reflects a failed request:

[Mon Oct 31 12:09:51 2005] [error] [client 192.168.1.95] File does not
exist: /home/erika/public_html/www.andersonfam.org/brewlog

(all on one line, obviously).

I have a rewrite rule that looks like this:

<IfModule mod_rewrite.c>
        RewriteEngine   on
        RewriteRule     ^/brewlog/$ /index.php?cat=2
</IfModule>

> Were the rules definately working before (did you change them?)

Yes - I'm certain of this.  I also have a bunch of rewrite rules for
making permalinks in my wordpress blog.  Those were working fine
previously as well.

> Do you turn the rewrite engine on before the rules are processed?

Yep...see above.

> Sorry to ask such simple questions; I can't see your config or log
> files.

No problem.  You're just doing your due diligence.  I understand.

-- 
[email protected] mailing list

Reply via email to