Re: What's Going On Here?

1

Well I Google searched my webpage and user enough I was a victim of soksok.jp a most heinous Japanese company that well caches pages and does other very copyright unfriendly sorts of things. They mirror my page at well if you clicked that you found out that they cannot view it anymore I used some fun code to ban them from my page which is the right thing to do sense they are just evil and doing things to manipulate www.google.com. If you are also a victim of this soksok.jp mirror then he is what you can do to stop them:

Use this code copy it exactly and paste it into notepad and save it as .htaccess (exactly that extension no name just that, remember the period)

order allow,deny

deny from 210.224.177.59

deny from 210.224.177

deny from soksok.jp

allow from all


Upload it in ASCII format to the main folder of your website or another folder if that is where your blog is located.

Don't worry unless you have the ftp program set up to view all files you won't see it b/c it is invisible.

So that is the solution here are some links to people talking about this soksok.jp nonsense.


Posted by: nels | Link to this comment | 04-25-03 6:31 AM
horizontal rule
2

the code does not all show up its at my page

http://www.nelslindahl.com/journal/journal.htm


Posted by: nels | Link to this comment | 04-25-03 6:32 AM
horizontal rule
3

Thanks very much, I'll try that.


Posted by: ogged | Link to this comment | 04-25-03 7:45 PM
horizontal rule
4

It works! Thanks a lot Nels.


Posted by: ogged | Link to this comment | 04-26-03 7:23 AM
horizontal rule