Spammers vanaf proxy's bannen
Geplaatst: 10 okt 2012, 18:57
- Adres van je forum: http://beursig.nl/forum
Event. modificaties op je forum: n.v.t.
Wanneer ontstond het probleem? sinds enkele dagen
phpBB versie: 3.0.11
Heb je onlangs iets veranderd aan je forum? n.v.t.
Wat is het probleem?
Code: Selecteer alles
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>