MyBB Community Forums

Full Version: Block ips in .htacess to update forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I created the .htaccess file inside the forum directory and tried to block all ips but it is not working.
I tried to do this in the root directory and it didn't work either.

Panel: Plesk
OS: Windows


Require all denied
Require ip 127.0.0.1

Or


Order deny,allow
Deny from all
Allow from 127.0.0.1