Title: After enabled falcon engine,&quot;Error 500 &#8211; Internal Server Error. &quot;
Last modified: August 21, 2016

---

# After enabled falcon engine,"Error 500 – Internal Server Error. "

 *  Resolved [gencharitaci](https://wordpress.org/support/users/gencharitaci-1/)
 * (@gencharitaci-1)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/after-enabled-falcon-engineerror-500-internal-server-error/)
 * My website: [http://tinyurl.com/lg4kjsg](http://tinyurl.com/lg4kjsg)
 * I enabled falcon engine for my website and got Error 500 – Internal Server Error.
   I copied my old .htaccess file and now my website is online.
 * What could cause this problem ? How can I use falcon engine feature?
 * [https://wordpress.org/plugins/wordfence/](https://wordpress.org/plugins/wordfence/)

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

 *  [ofredon](https://wordpress.org/support/users/ofredon/)
 * (@ofredon)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/after-enabled-falcon-engineerror-500-internal-server-error/#post-4812433)
 * **Same problem for me !**
    Error 500 when Falcon Engine enabled and all is right
   returning to old htaccess file ! Please help. Regards, Olivier
 *  [guy3](https://wordpress.org/support/users/guy3/)
 * (@guy3)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/after-enabled-falcon-engineerror-500-internal-server-error/#post-4812518)
 * **Same problem for me – further info**
 * Thank you for your work on Wordfence, including Falcon.
 * The site was on WordPress 3.8.x with WordPress 5.0.2; Falcon was working fine.
   
   Upgraded WordPress to 3.9, and Wordfence from 5.0.2 to 5.0.3; the site worked
   fine (the upgrade disabled Falcon).
 * When I enabled Falcon, I got “Internal Server Error”; restoring .htaccess brought
   the site back OK.
    The error log shows: /var/www/html/wordpress/.htaccess: order
   not allowed here
 * Re-enabling Falcon and commenting out line 2 of .htaccess: “Order Deny,Allow”,
   the site seems OK,
    although it may not be secure or working totally correctly
   without that line.
 * Now running on Basic Caching until this is fully resolved.
 *  Plugin Author [Mark Maunder](https://wordpress.org/support/users/mmaunder/)
 * (@mmaunder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/after-enabled-falcon-engineerror-500-internal-server-error/#post-4812520)
 * Hi,
 * This is because your site admin has disallowed you to use IP blocking in .htaccess.
   It’s something specific to your config, not a bug in Wordfence. Read this for
   more:
 * [http://stackoverflow.com/questions/14250674/htaccessorder-not-allowed-here](http://stackoverflow.com/questions/14250674/htaccessorder-not-allowed-here)
 * Also google around for the specific error you’re getting, it’s a common problem.
 * I got your email re the beta, and we’re not going to add a fix for this because
   it’s an issue with your config and not Falcon.
 * Regards,
 * Mark.
 *  Thread Starter [gencharitaci](https://wordpress.org/support/users/gencharitaci-1/)
 * (@gencharitaci-1)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/after-enabled-falcon-engineerror-500-internal-server-error/#post-4812524)
 * I checked my virtual host configuration and it seems already have correct configuration.
 *     ```
       <Directory /var/www/virtual/mywebsite.com/htdocs>
            Options -Indexes Includes FollowSymLinks MultiViews
            AllowOverride All
            Order allow,deny
            Allow from all
       </Directory>
       ```
   
 *  Thread Starter [gencharitaci](https://wordpress.org/support/users/gencharitaci-1/)
 * (@gencharitaci-1)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/after-enabled-falcon-engineerror-500-internal-server-error/#post-4812530)
 * [@mmaunder](https://wordpress.org/support/users/mmaunder/),
 * After I read your answer, I thought this problem is related to user on my web
   server.
 * I changed my website’s owner permissions from “user:www-data” to “www-data:www-
   data”
 * And now, It worked for me.
 *     ```
       cd /var/www/mywebsite.com/
       find -exec chown -R www-data:www-data {} \; -print
       find -type d -exec chmod 755 {} \; -print
       find -type f -exec chmod 644 {} \; -print
       chmod 600 wp-config.php
       chmod 604 .htaccess
       ```
   
 *  [bcr8tive](https://wordpress.org/support/users/bcr8tive/)
 * (@bcr8tive)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/after-enabled-falcon-engineerror-500-internal-server-error/#post-4812531)
 * Hi Mark,
 * Pecking around trying to find out what exactly “Falcon” is?
 * This one makes me a little nervous since it writes to htaccess –
 * Can we enable / disable it? What does it do? Or where can I read about it?
 * Thanks!

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

The topic ‘After enabled falcon engine,"Error 500 – Internal Server Error. "’ is
closed to new replies.

 * ![](https://ps.w.org/wordfence/assets/icon.svg?rev=2070865)
 * [Wordfence Security - Firewall, Malware Scan, and Login Security](https://wordpress.org/plugins/wordfence/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordfence/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordfence/)
 * [Active Topics](https://wordpress.org/support/plugin/wordfence/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordfence/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordfence/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [bcr8tive](https://wordpress.org/support/users/bcr8tive/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/after-enabled-falcon-engineerror-500-internal-server-error/#post-4812531)
 * Status: resolved