BroadOakSocial/sooties-pipe/master/.htaccess - Htaccess File

BroadOakSocial/sooties-pipe/master/.htaccess

ErrorDocument 404 /404.html

# 480 weeks
Header set Cache-Control "max-age=290304000, public"

<ifModule mod_deflate.c>
  AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
  AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
  AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
  AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
  AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
  AddOutputFilterByType DEFLATE font/truetype font/opentype
</ifModule>

# BEGIN Compress text files
<ifModule mod_deflate.c>
  AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
  AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
  AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
  AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
  AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
  AddOutputFilterByType DEFLATE font/truetype font/opentype
</ifModule>
# END Compress text files
 
# BEGIN Expire headers
<ifModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 5 seconds"
  ExpiresByType image/x-icon "access plus 2592000 seconds"
  ExpiresByType image/ico "access plus 2592000 seconds"
  ExpiresByType image/jpeg "access plus 2592000 seconds"
  ExpiresByType image/png "access plus 2592000 seconds"
  ExpiresByType image/gif "access plus 2592000 seconds"
  ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
  ExpiresByType text/css "access plus 604800 seconds"
  ExpiresByType text/javascript "access plus 216000 seconds"
  ExpiresByType application/javascript "access plus 216000 seconds"
  ExpiresByType application/x-javascript "access plus 216000 seconds"
  ExpiresByType text/html "access plus 600 seconds"
  ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
# END Expire headers
 
# BEGIN Cache-Control Headers
<ifModule mod_headers.c>
  <filesMatch ".(ico|jpe?g|png|gif|swf)$">
    Header set Cache-Control "public"
  </filesMatch>
  <filesMatch ".(css)$">
    Header set Cache-Control "public"
  </filesMatch>
  <filesMatch ".(js)$">
    Header set Cache-Control "private"
  </filesMatch>
  <filesMatch ".(x?html?|php)$">
    Header set Cache-Control "private, must-revalidate"
  </filesMatch>
</ifModule>
# END Cache-Control Headers
 
# BEGIN Turn ETags Off
FileETag None
# END Turn ETags Off

Deny from 65.208.151.112
Deny from 65.208.151.113
Deny from 65.208.151.114
Deny from 65.208.151.115
Deny from 65.208.151.116
Deny from 65.208.151.117
Deny from 65.208.151.118
Deny from 65.208.151.119
Deny from 41.254.0.108 
Deny from 207.223.8.132
Deny from 24.28.199.168
Deny from 68.1.17.9
Deny from 109.87.7.42
Deny from 79.142.79.11
Deny from 188.92.75.82
Deny from 79.142.69.75
Deny from 72.14.164.93
Deny from 66.249.17.220
Deny from 77.222.128.221
Deny from 180.76.5.*
Deny from 180.76.6.*
Deny from 188.143.232.*
Deny from 89.122.29.*
Deny from 178.238.235.184
Deny from 109.163.230.228
Deny from 173.45.107.170
Deny from 46.4.240.7
Deny from 109.163.231.48
Deny from 188.40.42.56
Deny from 77.249.73.168
Deny from 92.82.226.155 
Deny from 207.182.146.*
Deny from 92.85.36.*
Deny from 92.85.35.*
Deny from 94.23.238.*
Deny from 89.123.29.*
Deny from 200.179.*
Deny from 201.246.*
Deny from 200.118.*
Deny from 200.96.226.*
Deny from 186.39.*
Deny from 189.55.*
Deny from 201.33.*
Deny from 186.46.*
Deny from 190.69.*
Deny from 186.178.*
Deny from 181.66.51.*
Deny from 84.127.*
Deny from 197.8.*
Deny from 91.117.*
Deny from 41.233.92.*
Deny from 179.213.64
Deny from 201.93.*
Deny from 186.223.*
Deny from 177.*
Deny from 37.11.*
Deny from 95.18.*
Deny from 217.224.*
Deny from 95.18.129.*
Deny from 176.79.49.*
Deny from 189.235.*
Deny from 201.67.*
Deny from 181.113.*
Deny from 190.46.*
Deny from 187.*
Deny from 187.11.134.*
Deny from 189.68.*
Deny from 190.152.*
Deny from 186.213.*

AddType x-mapp-php5 .php
AddType x-mapp-php4 .html .htm .shtml

AddType video/ogg  .ogv
AddType video/mp4  .mp4
AddType video/webm .webm

Options -MultiViews

RewriteEngine On
RewriteBase /

XBitHack On

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache