Gentoo Archives: gentoo-server

From: Erik Anderson <erikerik@×××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] mod_rewrite issue after upgrading to apache-2.0.54-r31
Date: Mon, 31 Oct 2005 18:14:39
Message-Id: fc40260f0510311012w289e2af6la979a09133289a75@mail.gmail.com
In Reply to: Re: [gentoo-server] mod_rewrite issue after upgrading to apache-2.0.54-r31 by Craig Webster
1 Thanks for the response, Craig. See below for answers to your questions...
2
3 On 10/31/05, Craig Webster <craig@××××××.net> wrote:
4 >
5 > How about in the error log when it's running and you access a page that
6 > needs rewrites?
7
8 There's nothing in the error_log that reflects a mod_rewrite
9 error...just a "normal" 404 entry that reflects a failed request:
10
11 [Mon Oct 31 12:09:51 2005] [error] [client 192.168.1.95] File does not
12 exist: /home/erika/public_html/www.andersonfam.org/brewlog
13
14 (all on one line, obviously).
15
16 I have a rewrite rule that looks like this:
17
18 <IfModule mod_rewrite.c>
19 RewriteEngine on
20 RewriteRule ^/brewlog/$ /index.php?cat=2
21 </IfModule>
22
23 > Were the rules definately working before (did you change them?)
24
25 Yes - I'm certain of this. I also have a bunch of rewrite rules for
26 making permalinks in my wordpress blog. Those were working fine
27 previously as well.
28
29 > Do you turn the rewrite engine on before the rules are processed?
30
31 Yep...see above.
32
33 > Sorry to ask such simple questions; I can't see your config or log
34 > files.
35
36 No problem. You're just doing your due diligence. I understand.
37
38 --
39 gentoo-server@g.o mailing list