Title: apache 2.4
Last modified: August 30, 2016

---

# apache 2.4

 *  Resolved [FreeOwl](https://wordpress.org/support/users/freeowl/)
 * (@freeowl)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/apache-24-25/)
 * Hi!
    My Web-hosting has changed the version of Apache 2.4. File format htaccess
   in this version of the other. At least for blocking plugin now unusable
 * 🙁
 * [https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/apache-24-25/#post-6217008)
 * Hi, can you elaborate a bit more with your question.
 * Thank you
 *  Thread Starter [FreeOwl](https://wordpress.org/support/users/freeowl/)
 * (@freeowl)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/apache-24-25/#post-6217107)
 * === A total ban access ===
    – Apache 2.2 Order deny, allow Deny from all
 * – Apache 2.4
    Require all denied
 * === Allow access to all ===
    – Apache 2.2 Order allow, deny Allow from all
 * – Apache 2.4
    Require all granted
 * === Allow access for all but certain IP ===
    – Apache 2.2 Order Allow, Deny Allow
   from All Deny from 172.16.16.16
 * – Apache 2.4
    Require all granted Require not ip 172.16.16.16
 * === Deny access for all but certain IP ===
    – Apache 2.2 Order Allow, Deny Allow
   from 172.16.16.16
 * – Apache 2.4
    Require ip 172.16.16.16
 * === Complete ban on access to the file ===
    – Apache 2.4 <Files license.txt> 
   <RequireAll> Require all denied </RequireAll> </Files>
 * the plugin uses the standard Apache 2.2
 *  Plugin Contributor [wpsolutions](https://wordpress.org/support/users/wpsolutions/)
 * (@wpsolutions)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/apache-24-25/#post-6217118)
 * FreeOwl,
    As a workaround you can do the following: Copy the rules which have
   the issue you are referring to and translate them manually. Then disable the 
   firewall features for those rules and paste your new code outside of the tags:#
   BEGIN All In One WP Security # END All In One WP Security
 * In the meantime we will add a TODO item on our list to check for apache version
   and output correct rules.
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/apache-24-25/#post-6217198)
 * [@freeowl](https://wordpress.org/support/users/freeowl/), does the latest version
   fixes your issue?
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/apache-24-25/#post-6217199)
 * I am marking this thread as resolved. No replies in 8 months.
 * Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘apache 2.4’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.
   png?rev=2798307)
 * [All-In-One Security (AIOS) – Security and Firewall](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/reviews/)

## Tags

 * [apache 2.4](https://wordpress.org/support/topic-tag/apache-2-4/)
 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)

 * 5 replies
 * 3 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/apache-24-25/#post-6217199)
 * Status: resolved