[wp-testers] .htaccess question

Mark R tamba2 at gmail.com
Sat Nov 10 18:34:39 GMT 2007


On Nov 10, 2007 5:30 PM, cpa31335 <tpblogeditor at gmail.com> 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.


More information about the wp-testers mailing list