Slashdot Mirror


New Apache Mod: Microsoft-Free Fridays

cygnusx writes "This Apache mod is great for laughs -- but given the number of people who use IE, I can't see too many webmasters adopting it."

2 of 27 comments (clear)

  1. Hrmm... by joq · · Score: 3

    It's funny but unless it's a non commercial site, someone would have to be off the rockers to use it. Money is money any way you look at it whether it's from an IE (l)user or other. Easy way as well is to just use fix your httpd.conf like so:

    BrowserMatchNoCase "MSIE" cocksucker
    <FilesMatch *>
    Order Deny,Allow
    Deny from env=cocksucker
    </FilesMatch>

  2. Thanks for checking for Opera! by weave · · Score: 3

    Beings that Opera can disguise itself as the other big user agents, it's a nice touch that your module doesn't exclude opera users! :)