Home › Forums › WordPress Plugins › Hide My WP › wp-admin is in beta, thanks for letting user know !
- This topic has 11 replies, 2 voices, and was last updated 9 years, 8 months ago by
Suman M..
-
AuthorPosts
-
July 12, 2015 at 2:45 pm #3529
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.July 12, 2015 at 9:10 pm #3539Hi, 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]July 12, 2015 at 9:13 pm #3540Thanks for your fast answer,
i did all the required change.
So, those has been done & it’s not working.
July 12, 2015 at 9:45 pm #3550From wp_options table delete rows with
option_name = hide_my_wp
option_name = hide_my_wp_undoAlso 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..
July 14, 2015 at 5:10 pm #3595This reply has been marked as private.July 15, 2015 at 4:54 am #3608Can 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.
July 15, 2015 at 8:20 am #3614This reply has been marked as private.July 15, 2015 at 9:46 am #3621It redirects to http://wondragency.com/en/home-2/ >> Page Not Found!
July 15, 2015 at 10:01 am #3624This reply has been marked as private.July 15, 2015 at 2:18 pm #3627Hi, 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.
July 15, 2015 at 7:17 pm #3638This reply has been marked as private.July 16, 2015 at 4:55 am #3659Can you please let us know your website backend details (as private reply) so that we can have a look at it.
-
This reply was modified 9 years, 8 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.