imageboards/Frikichan/master/.htaccess - Htaccess File

imageboards/Frikichan/master/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !hotlink.png$
RewriteCond %{HTTP_REFERER} !^http://(.+.)?frikipedia.es [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule ^.*.(jpe?g|gif|bmp|png|ogg|mp3|zip|rar|gz|swf)$ http://www.frikipedia.es/images/hotlink.png [L]

RewriteRule ^res/([0-9]+).html$ ?action=thread&thread=$1 [L]
RewriteRule ^([0-9]+).html$ ?page=$1 [L]
RewriteRule ^halp.html$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_REFERER, REQUEST_FILENAME

Comments

Apache