On Nov 10, 2007 5:30 PM, cpa31335 <[EMAIL PROTECTED]> wrote:

> Welp, I went huntin' around in my .htaccess file. found something similar
> to
> what was suggested. and I added what was suggested... (just the web
> address
> in question) and I went to said forum, found posts referring to me and it
> allowed me on just fine...
>
> back to square one. :-(
>
>
http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/

# redirect all requests from spamsite to an image of something at
differentspamsite
RewriteCond %{HTTP_REFERER} ^http://.*spamsite.*$ [NC]
RewriteRule .* http://www.differentspamsite/something.jpg [R]
http://www.clockwatchers.com/htaccess_intro.html is useful too.


M.
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to