Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2005-04-17, 11:50 PM   #15
cd34
a.k.a. Sparky
 
cd34's Avatar
 
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
If you have an ErrorDocument 403, it will rewrite those through it's system.

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]
br.html
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>
I'm not quite sure it was originally done with malicious intent -- it is a caching proxy server running on IIS it seems. I think someone just had a link that was followed, and google did its thing.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:22 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc