[Mediawiki-l] HELP request -- Spam pages and FALSE LOGIN pages on wiki

jidanni at jidanni.org jidanni at jidanni.org
Mon Jan 14 07:39:18 UTC 2008


> wiki/index.php?title=http%3A%2F%2Fwww.cjp.spb.ru

In .htaccess slam goes the door:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{QUERY_STRING} http [NC]
RewriteRule . - [F]
</IfModule>

Shoot first and ask questions later.
Not sure what they're up to. Boom anyway.



More information about the MediaWiki-l mailing list