Gentoo Archives: gentoo-user

From: Iain Buchanan <iaindb@××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] htaccess file
Date: Sun, 15 Jun 2008 23:35:19
Message-Id: 1213572900.14990.27.camel@localhost
In Reply to: [gentoo-user] htaccess file by Joseph
1 On Fri, 2008-06-13 at 00:31 -0600, Joseph wrote:
2 > I have in my main "htaccess" file the following condition, is it still needed:
3 > ---------code------------
4 > # The following makes adjustments to the SSL protocol for Internet
5 > # Explorer browsers
6 >
7 > <IfModule mod_rewrite.c>
8 > RedirectMatch permanent (.*)cmd.exe(.*)$ http://www.microsoft.com
9 > RedirectMatch permanent (.*)root.exe(.*)$ http://www.microsoft.com
10 > RedirectMatch permanent (.*)\/_vti_bin\/(.*)$ http://www.microsoft.com
11 > RedirectMatch permanent (.*)\/scripts\/\.\.(.*)$ http://www.microsoft.com
12 > RedirectMatch permanent (.*)\/_mem_bin\/(.*)$ http://www.microsoft.com
13 > RedirectMatch permanent (.*)\/msadc\/(.*)$ http://www.microsoft.com
14 > RedirectMatch permanent (.*)\/MSADC\/(.*)$ http://www.microsoft.com
15 > RedirectMatch permanent (.*)\/c\/winnt\/(.*)$ http://www.microsoft.com
16 > RedirectMatch permanent (.*)\/d\/winnt\/(.*)$ http://www.microsoft.com
17 > RedirectMatch permanent (.*)\/x90\/(.*)$ http://www.microsoft.com
18 > </IfModule>
19
20 hee hee! When I had my apache webserver public, I used to get all these
21 requests for wierd url's like that. Then I realised it was just the
22 script kiddies trying the usual exploits that didn't exist. It's
23 probably safe to leave or delete as you see fit.
24
25 don't know about the rest of your questions :)
26
27 --
28 Iain Buchanan <iaindb at netspace dot net dot au>
29
30 Nothing can be done in one trip.
31 -- Snider
32
33 --
34 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] htaccess file darren kirby <bulliver@×××××××××××.org>