# seb.delahaye.net .htaccess file # Errors ErrorDocument 404 /index.html # Index DirectoryIndex index.html # Email collectors go away! RewriteEngine on RewriteBase / RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR] RewriteCond %{HTTP_USER_AGENT} ^MSFrontPage [OR] RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*Indy [OR] RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR] RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR] RewriteCond %{HTTP_USER_AGENT} ^sitecheck.internetseer.com [OR] RewriteCond %{HTTP_USER_AGENT} ^InternetSeer.com [OR] RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [OR] RewriteCond %{HTTP_USER_AGENT} ^DIIbot [OR] RewriteCond %{HTTP_USER_AGENT} ^psbot [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [OR] RewriteCond %{HTTP_USER_AGENT} ^NPBot [OR] RewriteCond %{HTTP_USER_AGENT} MSIECrawler)$ [OR] RewriteCond %{HTTP_USER_AGENT} ^larbin [OR] RewriteCond %{HTTP_USER_AGENT} Joueb$ [OR] RewriteCond %{HTTP_USER_AGENT} ^WebPix [OR] RewriteCond %{HTTP_USER_AGENT} ^appie RewriteRule ^.* - [F] RewriteRule ^phoenix\/?$ phoenix.html # MIME types # Binaries AddType application/octetstream .exe .bin # Web files AddType text/html .html .htm AddType text/xml .xml AddType application/xml .rdf .rss AddType text/css .css AddType application/x-javascript .js # Microsoft Windows Media Services AddType video/x-ms-asf .asf .asx AddType audio/x-ms-wma .wma AddType audio/x-ms-wax .wax AddType video/x-ms-wmv .wmv AddType video/x-ms-wvx .wvx AddType video/x-ms-wm .wm AddType video/x-ms-wmx .wmx AddType application/x-ms-wmz .wmz AddType application/x-ms-wmd .wmd # Video files AddType video/mpeg .mpeg .mpg .mpe AddType video/msvideo .avi AddType video/quicktime .mov .qt # Compressed files AddType application/zip .zip AddType application/rar .rar AddType application/bzip2 .bz2 AddType application/gzip .gz AddType application/x-tar .tar AddType application/x-gzip .gz .tgz AddType application/x-stuffit .sit .sea AddType application/octetstream .7z AddType application/octetstream .ace # StarOffice 5.x files AddType application/vnd.stardivision.chart .sds AddType application/vnd.stardivision.calc .sdc AddType application/vnd.stardivision.writer .sdw AddType application/vnd.stardivision.writer-global .sgl AddType application/vnd.stardivision.draw .sda AddType application/vnd.stardivision.impress .sdd AddType application/vnd.stardivision.math .sdf # OpenOffice.org 1.0 / StarOffice 6.x files AddType application/vnd.sun.xml.writer .sxw AddType application/vnd.sun.xml.writer.template .stw AddType application/vnd.sun.xml.writer.global .sxg AddType application/vnd.sun.xml.calc .sxc AddType application/vnd.sun.xml.calc.template .stc AddType application/vnd.sun.xml.impress .sxi AddType application/vnd.sun.xml.impress.template .sti AddType application/vnd.sun.xml.draw .sxd AddType application/vnd.sun.xml.draw.template .std AddType application/vnd.sun.xml.math .sxm # Microsoft Office files AddType application/msword .doc AddType application/vnd.ms-excel .xls .xlw .xla .xlc .xlm .xlt AddType application/vnd.ms-powerpoint .ppt .pps .pot AddType application/vnd.ms-project .mpp AddType application/x-msaccess .mdb AddType application/x-mspublisher .pub AddType application/x-msschedule .scd AddType application/x-mscardfile .crd AddType application/x-msclip .clp AddType application/x-msmediaview .m13 .m14 AddType application/x-msmetafile .wmf AddType application/x-msmoney .mny AddType application/x-msterminal .trm AddType application/x-mswrite .wri # Windows help files AddType application/winhlp .hlp # Enhanced text files AddType application/rtf .rtf AddType application/pdf .pdf AddType application/postscript .ai .eps .ps # Java archives AddType application/java-archive .jar # Audio files AddType audio/x-pn-realaudio .ram .rm .ra AddType audio/x-mpeg .mp3 AddType application/x-ogg .ogg AddType audio/basic .au .snd AddType audio/x-aiff .aiff .aif .aifc AddType audio/x-wav .wav # WML AddType text/vnd.wap.wml .wml AddType image/vnd.wap.wbmp .wbmp AddType application/vnd.wap.wmlc .wmlc AddType text/vnd.wap.wmlscript .wmls AddType application/vnd.wap.wmlscriptc .wmlsc # Flash files AddType application/x-shockwave-flash .swf .cab AddType application/futuresplash .spl # Images AddType image/gif .gif AddType image/jpeg .jpg .jpeg .jpe AddType image/png .png AddType image/tiff .tiff .tif AddType image/svg .svg # NSIS files AddType text/plain .nsi .nsh # XPI files (XUL install files) AddType application/x-xpinstall .xpi # RedHat's RPM files AddType application/x-redhat-package-manager .rpm