[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] IIS Revenge



on 21/9/01 9:38 PM, Gerald Waugh at gerald@xxxxxxxxx mumbled something like:

> Stick these lines in httpd.conf
> between <Directory> and </Directory> within httpd.conf,
> right under ServerName is a good place.
> Then restart httpd.
> 
> RedirectMatch (.*)\cmd.exe$ http://127.0.0.1
> RedirectMatch (.*)\default.ida$ http://127.0.0.1
> RedirectMatch (.*)\root.exe$ http://127.0.0.1
> 


I tried this 
Under ServerName

<Directory>
Then the three lines
and then 
</Directory>  

and received the response

Invalid command '<Directory>', perhaps mis-spelled or defined by a module
not included in the server configuration

Any ideas

Revd Leonard