[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] IIS Revenge
- Subject: [cobalt-users] IIS Revenge
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Fri Sep 21 05:48:12 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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