Title: apache 2.4 compatibility
Last modified: October 24, 2017

---

# apache 2.4 compatibility

 *  Resolved [ingoratsdorf](https://wordpress.org/support/users/ingoratsdorf/)
 * (@ingoratsdorf)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/apache-2-4-compatibility/)
 * /var/wwwroot/pukeatua/wp-content/plugins/booking.bm.8.0/js/captcha/tmp/.htaccess:
   Invalid command ‘Order’, perhaps misspelled or defined by a module not included
   in the server configuration
 * .htaccess has the old apache 2.2 access restriction deny from, allow from….
 * ref: [https://httpd.apache.org/docs/2.4/upgrading.html](https://httpd.apache.org/docs/2.4/upgrading.html)
 * Suggest the following file:
 * # apache 2.2
    <IfModule !mod_authz_core.c> Order deny,allow Deny from all <Files
   ~ “^[0-9A-Za-z]+\.(jpeg|gif|png)$”> Allow from all </Files> </IfModule>
 * # apache 2.4
    <IfModule mod_authz_core.c> Require all denied <Files ~ “^[0-9A-
   Za-z]+\.(jpeg|gif|png)$”> Require all granted </Files> </IfModule>

Viewing 1 replies (of 1 total)

 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/apache-2-4-compatibility/#post-9618041)
 * Hello.
    Thank you very much for this suggestion. Its will be fixed with next 
   update of plugin. Thank you.

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/booking/assets/icon-256x256.gif?rev=3335907)
 * [Booking Calendar](https://wordpress.org/plugins/booking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/booking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/booking/)
 * [Active Topics](https://wordpress.org/support/plugin/booking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/booking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/booking/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/apache-2-4-compatibility/#post-9618041)
 * Status: resolved