By rick780915
I’m running a security plugin on my wordpress droplets and when it does an IP ban it throws an error (.htaccess: order not allowed here)
The .htaccess directive causing the problem looks like this
SetEnvIF REMOTE_ADDR "^192\.114\.71\.13$" DenyAccess
SetEnvIF X-FORWARDED-FOR "^192\.114\.71\.13$" DenyAccess
SetEnvIF X-CLUSTER-CLIENT-IP "^192\.114\.71\.13$" DenyAccess
order allow,deny
deny from env=DenyAccess
deny from 192.114.71.13
allow from all
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey there,
In your Apache configuration you will want to set this site’s AllowOverride setting to AllowOverride All. After making the change to the configuration you will want to restart apache. CentOS: service httpd restart or Ubuntu: service apache2 restart
Happy coding,
Jon Schwenn Platform Support Specialist DigitalOcean
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.