On Wed, Jan 22, 2003 at 04:19:05PM -0700, Roberto Mello wrote:
> RewriteEngine on
> RewriteCond %{REQUEST_METHOD} ^TRACE
> RewriteRule .*   [F]

That almost works, but the RewriteRule is missing the substitution
string (even though that string seems to be ignored in this case):

        RewriteRule .*  -  [F]

That code needs to be repeated for each Apache VirtualHost, or
inherited with this (also in each VirtualHost):

        RewriteEngine on
        RewriteOptions inherit

--
Fred Yankowski      [EMAIL PROTECTED]           tel: +1.630.879.1312
OntoSys, Inc        PGP keyID: 7B449345        fax: +1.630.879.1370
www.ontosys.com     38W242 Deerpath Rd, Batavia, IL 60510-9461, USA

Reply via email to