|
|
|
|
|
|
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
![]() |
#15 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Its a proxy server. The following code will block it:
.htaccess Code:
deny from 219.129.21.137 However, since it is a proxy, and it is serving dupe content, I would think it would be worse to allow the proxy to continue since google could deem it as duplicate content. This will at least break it for javascript compliant people. Meta-refresh's, location redirects, etc are all rewritten. .htaccess Code:
RewriteEngine on RewriteCond %{REMOTE_ADDR} ^219\.129\.21\.137$ RewriteRule .* http://domain.com/br.html [R,L] Code:
<script language="javascript" type="text/javascript"> var sMyDom = 'dom'+'ain'+'.com'; if (top.document.domain != sMyDom) { top.location.replace(document.URL.replace(document.domain, sMyDom)); } </script>
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|