Thread
:
rewrite *before* log?
View Single Post
#
1
(
permalink
)
01-16-2006
end-user
Posts: n/a
rewrite *before* log?
Is it possible to run a RewriteRule *before* the request is logged? For
example, if a request for
http://example.com/
comes in, I want to
redirect to
http://www.example.com/
, and _not_ log the first hit.
end-user