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

[cobalt-users] IIS Revenge



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