#1787 - A bunch of spammers trying to access http://lovinity.org/pg/(spam address), causing flood of error messages
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
In the past I have just done mass IP blocks in .htaccess, or redirected the URLs they're trying off to example.com.
RewriteEngine on
# Misrouted traffic fix (12th Jan 2014)
RewriteRule ^baltimoreroot.* http://example.com/ [NC,R=301,L]
RewriteRule ^connect.* http://example.com/ [NC,R=301,L]
RewriteRule ^announce.* http://example.com/ [NC,R=301,L]
Turning off Composr's custom 404 page in the htaccess helps lower performance impact (or saving it to a static HTML file and using that as the 404 page).