• Resolved LE BARS

    (@le-bars)


    Hello,

    I just downloaded the plugin BPS for my website, I followed the steps, first the magical buttons then step by step and now I’ve got Internal Error 500. I read many things to do but for that I need to access to my website (to access to the BPS plugin, or to the htaccess), but as I can’t access to my website I don’t know how to do.

    Help me please

    https://wordpress.org/plugins/bulletproof-security/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AITpro

    (@aitpro)

    Source: https://wordpress.org/support/topic/setup-stepstroubleshooting-stepsremoval-stepsrequirementscompatibility?replies=1

    htaccess file troubleshooting steps: Unable to login into your website:
    1. Use FTP or your Web Host Control Panel File Manager and delete the .htaccess file in your website root folder and the .htaccess file in your wp-admin folder….

    After doing step 1 above you should be able to login to your website. Do these steps below:
    1. Copy this code below to this Custom Code text box: CUSTOM CODE DO NOT SHOW DIRECTORY LISTING/DIRECTORY INDEX
    2. Click the Save Root Custom Code button.
    3. Go to the Security Modes page, click the Create secure.htaccess File AutoMagic button and activate Root folder BulletProof Mode.

    # DO NOT SHOW DIRECTORY LISTING
    # Disallow mod_autoindex from displaying a directory listing
    # If a 500 Internal Server Error occurs when activating Root BulletProof Mode
    # copy the entire DO NOT SHOW DIRECTORY LISTING and DIRECTORY INDEX sections of code
    # and paste it into BPS Custom Code and comment out Options -Indexes
    # by adding a # sign in front of it.
    # Example: #Options -Indexes
    #Options -Indexes
    
    # DIRECTORY INDEX FORCE INDEX.PHP
    # Use index.php as default directory index file. index.html will be ignored.
    # If a 500 Internal Server Error occurs when activating Root BulletProof Mode
    # copy the entire DO NOT SHOW DIRECTORY LISTING and DIRECTORY INDEX sections of code
    # and paste it into BPS Custom Code and comment out DirectoryIndex
    # by adding a # sign in front of it.
    # Example: #DirectoryIndex index.php index.html /index.php
    #DirectoryIndex index.php index.html /index.php

    Reference|Source: http://forum.ait-pro.com/forums/topic/read-me-first-free/#internal-server-error

    500 Internal Server Error After Activating BulletProof Mode for your Root Folder

    Some Web Hosts do not allow you to use the “Options” Directive in .htaccess files. If you see a 500 Internal Server Error then comment out the “Options” Directive by adding a pound sign (#) in front of Options -Indexes in your Root .htaccess file…

    Plugin Author AITpro

    (@aitpro)

    Assuming all questions have been answered – thread has been resolved. If the issue/problem is not resolved or you have additional questions about this specific thread topic then you can post them at any time. We still receive email notifications when threads have been resolved.

    Thread Start Date: 2-20-2015 to 2-21-2015
    Thread Resolved/Current Date: 2-25-2015

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error 500, can't access to my website’ is closed to new replies.