There were actually some breaking changes in the .htaccess syntax if you upgrade apache from 2.2 to 2.4. Check [this page](http://httpd.apache.org/docs/2.4/upgrading.html) for a full list. The most commonly problem is with the access control: From: ``` Order deny,allow Deny from all ``` To ``` Require all denied ```