joeygreen1/Sakura/master/content/.htaccess - Htaccess File

joeygreen1/Sakura/master/content/.htaccess

AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType font/woff .woff

<FilesMatch ".(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>

<FilesMatch "global.css">
  Header set Cache-Control "max-age=0, must-revalidate"
</FilesMatch>

Options -Indexes

RewriteEngine On

#
#RewriteCond %{HTTP_REFERER} !^$
#RewriteCond %{HTTP_REFERER} !^http://(.+.)?flashii.net [NC]
#RewriteCond %{HTTP_REFERER} !^http://(.+.)?flashii.org [NC]
#RewriteRule .*.(jpe?g|gif|bmp|png|swf)$ http://i.imgur.com/Bv0MKtu.gif [L]
#
#RewriteCond %{HTTP_REFERER} !^$
#RewriteCond %{HTTP_REFERER} !^http://(.+.)?flashii.net [NC]
#RewriteCond %{HTTP_REFERER} !^http://(.+.)?flashii.org [NC]
#RewriteRule .*.(wav|mp3)$ http://chat.flashii.net/sandstorm.mp3 [L]
#
#RewriteCond %{HTTP_REFERER} !^$
#RewriteCond %{HTTP_REFERER} !^http://(.+.)?flashii.net [NC]
#RewriteCond %{HTTP_REFERER} !^http://(.+.)?flashii.org [NC]
#RewriteRule .*.(ogg)$ http://chat.flashii.net/sandstorm.ogg [L]
#

ErrorDocument 403 "403"
ErrorDocument 404 "404"
ErrorDocument 500 "500"

On Github License

Files

Download PDF of Htaccess file
HTTP_REFERER

Comments

Apache