• Regarding the old issue “It seems your server setup does not support headers in .htaccess.”

    I found that WP Defender was a reason. the following lines was in an .htaccess in wp-content root and the plugin work when remove it!

    What can help keep this but allow your code to run?
    ======================

    ## WP Defender - Protect PHP Executed ##
    <Files *.php>
    Order allow,deny
    Deny from all
    </Files>
    ## WP Defender - End ##
    • This topic was modified 2 years, 11 months ago by H S.
  • The topic ‘WP Defender and the .htaccess and headers issue’ is closed to new replies.