.htaccess

Home

.htaccess

Jul6

Pictures

Just found some cheeky chappy referer spamming going on, by someone else, not me, so it's time to add some things to the access control for this site... just found this tip for your file, on thinkhost... cheers chaps!

<LIMIT GET HEAD POST>
order allow,deny
deny from 66.230.218.66
deny from 66.230.218.67
allow from all
</LIMIT>

think I might start using this to redirect some of the / traffic...

:: Comment / reply