Home Forums WordPress Plugins Hide My WP 500 Error after activating

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10958

    After activating the old settings still appear and break my entire site including the wp-admin.

    I fix it by deleting the plugin and revising the htacess file to this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    then after are my Yoast Redirects

    All of my settings adhere to whats needed, any help?

    #10966
    Suman M.
    Post count: 12480

    Hi, in “wp_options” table in your database, delete the rows with following “option_name”:
    – hide_my_wp
    – hide_my_wp_undo
    – hmwp_ids_installed
    – hmw_all_plugins
    – external_updates-hide_my_wp
    – hmwp_spam_counter
    – hmwp_temp_admin_path

    If you have renamed wp-admin path, you’ll need to comment out following line in wp-config.php:
    define(“ADMIN_COOKIE_PATH”, “…”);

    Now, you can login to wp-admin and try applying “medium privacy” settings in HMWP.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.