Home › Forums › WordPress Plugins › Hide My WP › Broke four websites with HMWP
Tagged: crash
- This topic has 14 replies, 2 voices, and was last updated 7 years, 3 months ago by
Suman M..
-
AuthorPosts
-
September 25, 2017 at 11:56 am #18047
Hi, i have tried this plugin in four different websites that i have created and break all my websites.
What i could be doing wrong? I have checked the .htaccess and look fine:<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /cf/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /cf/index.php [L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /cf/
RewriteRule ^index\.php$ – [L]
RewriteRule ^static/lib/js/embed\.min\.js /cf/wp-includes/js/wp-embed.min.js?PKyQ_hide_my_wp=1234 [QSA,L]
RewriteRule ^static/lib/(.*) /cf/wp-includes/$1?PKyQ_hide_my_wp=1234 [QSA,L]
RewriteRule ^file/(.*) /cf/wp-content/uploads/$1?PKyQ_hide_my_wp=1234 [QSA,L]
RewriteRule ^login.php /cf/wp-login.php?PKyQ_hide_my_wp=1234 [QSA,L]
RewriteRule ^static/ext/(.*) /cf/wp-content/plugins/$1?PKyQ_hide_my_wp=1234 [QSA,L]
RewriteRule ^static/(.*) /cf/wp-content/themes/foodbakery/$1?PKyQ_hide_my_wp=1234 [QSA,L]
RewriteRule ^ajax /cf/wp-admin/admin-ajax.php?PKyQ_hide_my_wp=1234 [QSA,L]
RewriteRule ^wp-content/themes/foodbakery/screenshot\.png|readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$ /cf/nothing_404_404?PKyQ_hide_my_wp=1234 [QSA,L]
RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /cf/nothing_404_404?PKyQ_hide_my_wp=1234 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /cf/index.php [L]
</IfModule># END WordPress
Also i have activated numeric permalinks and i have also teste it out with custom permalinks.
Please give me some help.
September 26, 2017 at 3:02 am #18050Hi, I could see in the above htaccess file that WordPress rules are being duplicated. Please try removing the rules from the top of the htaccess file within these block:
<IfModule mod_rewrite.c>
..
..
</IfModule>-
This reply was modified 7 years, 11 months ago by
Suman M..
September 26, 2017 at 10:38 am #18062Nice, now is working and i was testing the option of admin path and now i can not access.
I wrote the line at wp-config.php, now i have deleted because i’m trying to access like always to my panel (wp-admin)If i delete the plugin from FTP folder i can access via wp-admin but when i reinstall the plugin automatically take the last configuration and give me the same problem.
How can i delete the previous configuration or something like that so i can try other features of the plugin?
September 27, 2017 at 3:32 pm #18093Hi, please try these –
– comment out or remove following line from wp-config.php
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);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_pathLet us know if any issue.
September 29, 2017 at 10:06 am #18133Everything working properly, god bless you.
RegardsMay 16, 2018 at 12:35 pm #21583Hi, this time is the same error with another of my website, crashing when i change the template name manually, choose a scheme, etc.
I have checked the block of the last time:
<IfModule mod_rewrite.c>
..
..
</IfModule>But does not exist so is not this problem actually.
May 16, 2018 at 12:40 pm #21584I have added the htacess code in a word
Attachments:
You must be logged in to view attached files.May 17, 2018 at 6:27 am #21589Hi, can you please generate debug report from HMWP start tab and post it here as private reply?
Also, please check, if after applying HMWP settings, whether HMWP rules are being added to htaccess file or not.
Let us know!May 17, 2018 at 9:41 am #21596This reply has been marked as private.May 17, 2018 at 6:17 pm #21599It looks okay. Can you please let us know your site’s wp-admin login details as private reply so that we can fix this for you.
May 20, 2018 at 12:24 am #21622This reply has been marked as private.May 20, 2018 at 4:36 am #21624I applied “medium privacy more compatibility” settings scheme from HMWP start tab, and it seems to be working fine.
Please check and let us know.May 20, 2018 at 11:10 am #21632Which is the new url access?
May 20, 2018 at 11:52 am #21633And the password?
May 20, 2018 at 3:37 pm #21635There seems to be conflict with WPS Hide Login plugin. Can you please try disabling WPS Hide Login plugin via FTP? You simply have to rename WPS Hide Login plugin folder (in /wp-content/plugins/ directory) to something else.
And the try logging in with https://hawser.es/wp-login.php?hide_my_wp=1234Once logged in you can change login path from Permalinks & URls tab.
Let us know! -
This reply was modified 7 years, 11 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.