• Resolved jahrakael

    (@jahrakael)


    Hi,
    I wanted to use theme editor, so i edit the code ;
    2define( ‘DISALLOW_FILE_EDIT’, True ); to False
    And my website is instantly shutdown and i am getting “HTTP ERROR 500”
    Couldnt fix it, how can i fix it?
    Please help me

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi jahrakael,

    The correct wp-config.php entry added by the iTSec plugin looks like below:

    // BEGIN iThemes Security - Do not modify or remove this line
    // iThemes Security Config Details: 2
    define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
    // END iThemes Security - Do not modify or remove this line

    Make sure your wp-config.php entry looks identical.

    Also next time don’t manually edit the wp-config.php file. Instead simply navigate to Security > Settings > Advanced > WordPress Tweaks and untick the Disable File Editor checkbox. Finally click on the Save button.

    +++++ To prevent any confusion, I’m not iThemes +++++

    In case you only have the line below in the wp-config.php file (without any iThemes Security comment lines):

    define( 'DISALLOW_FILE_EDIT', true );

    It means the line was probably added manually. If that is the case your issue is totally unrelated to the iTSec plugin and you should mark this topic as ‘Resolved’. Next open a new topic in the Fixing WordPress forum.

    • This reply was modified 3 years, 9 months ago by nlpro.

    Hi jahrakael,

    If you require no further assistance please mark this topic as “Resolved”.

    Plugin Support chandelierrr

    (@shanedelierrr)

    Hi @jahrakael, I hope the information provided by nlpro helped resolve the issue. Since we haven’t received a response, I’ll mark this post resolved. If you still need some assistance, feel free to open a new support topic, and we’d be happy to assist. Thank you!

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

The topic ‘Getting HTTP ERROR 500’ is closed to new replies.