On Mon, Feb 23, 2009 at 5:20 PM, Michael Roberts <[email protected]> wrote:

> Is there a major flaw in my rules that's preventing me from doing this proxy
> of all requests from http://www.example.com/blog to http://blog.example.com/

There might indeed be a flaw. The best way to find out is to enable
rewrite rule logging. That way you can see what is matched against
what, and whether something does match

So add this to your config:

RewriteLog  <somepath>/rewrites.log
RewriteLogLevel 9

Krist

-- 
[email protected]
[email protected]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to