Home Forums WordPress Plugins Hide My WP wp-admin is in beta, thanks for letting user know !

This topic is: not resolved
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #3529
    safireu
    Post count: 9

    On hide-my-wp.wpwave.com,

    The second feature, is “Hide wp–admin folder and all of its files (for untrusted users)”.

    Please.. let your users know that it’s in beta.. it’s not written anywhere!
    And i’m very surprise that it’s in beta, the first or second action to check if a website is running on WordPress is to do a little /wp-admin and see what’s happening. Your plugin’s name is HIDE MY WORDPRESS……..

    It has killed my WordPress, i did all the required change. But i had to rename the plugin in order to make my WordPress work back.

    Which field should i update in the db/ or what to do in order to disable this feature and get the plugin working back.
    Best.

    #3539
    Suman M.
    Post count: 12480

    Hi, sorry for the inconvenience caused. Actually the options marked * (asterisk) are Beta options. But that does not mean it won’t work. It might not work in some sites due to the theme or plugins used.

    In order to make new wp-admin path work, you have to make following changes:

    In wp-config.php you need to add following line before require_once(…):
    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_NAME”);

    You also need to update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
    RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]

    #3540
    safireu
    Post count: 9

    Thanks for your fast answer,

    i did all the required change.

    So, those has been done & it’s not working.

    #3550
    Suman M.
    Post count: 12480

    From wp_options table delete rows with
    option_name = hide_my_wp
    option_name = hide_my_wp_undo

    Also remove lines added by HMWP from htaccess file (lines between RewriteRule ^index\.php$ – [L] and RewriteCond %{REQUEST_FILENAME} !-f), and the line added in wp-config file.

    • This reply was modified 9 years, 8 months ago by Suman M..
    #3595
    safireu
    Post count: 9
    This reply has been marked as private.
    #3608
    Suman M.
    Post count: 12480

    Can you please let us know your website URL?

    Also, try following these steps:

    – goto HMWP >> ‘Start’ Tab >> ‘Medium Privacy – More Compatibility’
    scheme >> click ‘Save Settings’

    Note: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writeable.

    #3614
    safireu
    Post count: 9
    This reply has been marked as private.
    #3621
    Suman M.
    Post count: 12480

    It redirects to http://wondragency.com/en/home-2/ >> Page Not Found!

    #3624
    safireu
    Post count: 9
    This reply has been marked as private.
    #3627
    Suman M.
    Post count: 12480

    Hi, please do these:

    Under Permalinks & URLs tab, set “rename plugins” option to “all plugins”.

    Under Replace tools tab, add following in “replace in HTML” option box:

    Powered by Visual Composer – drag and drop page builder for WordPress (in left box)
    PageBuilder (in right box)

    Let us know the result.

    #3638
    safireu
    Post count: 9
    This reply has been marked as private.
    #3659
    Suman M.
    Post count: 12480

    Can you please let us know your website backend details (as private reply) so that we can have a look at it.

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

You must be logged in to reply to this topic.