• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

editing .htaccess???

halcali

Junior Member
my website was banned by google i think because somebody is mirroring it and that violates their rules...

how do i keep someone from mirroring my site...

here is the offending page http://pack.soksok.jp/y/.bcu3/index.html

from what i can tell my current site is somehow being served through their url (i.e. my site is not on their server, somehow they are just accessing my pages from my host)... i have no idea why or exactly how they are doing it but i am trying to figure out how to block it

i edited my .htaccess files like so... but i none of the following worked. any ideas of how to block this domain name from serving my pages???


SetEnvIfNoCase Referer "^http://pack.soksok.jp/y/.bcu3/" BadReferrer
order deny,allow
deny from env=BadReferrer


SetEnvIfNoCase Referer "^http://pack.soksok.jp/" BadReferrer
order deny,allow
deny from env=BadReferrer



SetEnvIfNoCase Referer "^http://pack.soksok.jp" BadReferrer
order deny,allow
deny from env=BadReferrer

setenvifnocase Referer "^http://pack.soksok.jp/y/.bcu3" spam_ref=1
<FilesMatch "(.*)">
Order Allow,Deny
Allow from all
Deny from env=spam_ref
</FilesMatch>

setenvifnocase Referer "^http://pack.soksok.jp" spam_ref=1
<FilesMatch "(.*)">
Order Allow,Deny
Allow from all
Deny from env=spam_ref
</FilesMatch>

This is not a HIGHLY TECHNICAL issue.

AnandTech Moderator
 
Back
Top