Forum Replies Created
-
AuthorPosts
-
Hi, is it only the Purchase Code that’s being emptied or the other settings too? Can you please let us know your website backend details (as private message) so that we can have a look at the issue – http://support.wpwave.com/
Please check the attached screenshot.
.navigation-inner .sticky_logo { display:none; }
Attachments:
You must be logged in to view attached files.Hi, please follow 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.
If it’s Nginx server then follow these steps for Nginx configuration:
– goto HMWP >> ‘Start’ Tab >> ‘Medium Pripacy – More Compatibility’
scheme >> click ‘Save Settings’– In Start tab you should see Nginx Configuration button. If you don’t see this button, add &nginx_config=1 to HMWP settings page URL to see Nginx rewrite rules. For example:
http://yourdomain.com/wp-admin/options-general.php?page=hide_my_wp&nginx_config=1– Now add those lines (rewrite rules) to your Nginx configuration file. It’s usually located in /etc/nginx/nginx.conf or /etc/nginx/conf/nginx.conf or /etc/nginx/sites-available/domainname.com
– restart nginx server
For more details, refer to the documentation available within plugin folder.
Hi, you can update it from within WP Admin’s plugins page. Let us know if you have any issue/error regarding this. Also, you can download latest version of the plugin and then upload hide_my_wp plugin to /wp-content/plugins/ directory using FTP or CPanel.
Hi, can you please Generate Debug Log from HMWP plugin’s start tab and send it to us. Also, what if you disable Toopher plugin, you still have the same issue?
For line 1206, please add the line below in “Replace in URLs” option box in HMWP:
wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js==wc.js
I checked your website with Wapplayzer and it’s detecting woocommerce but not wordpress. Woocommerce is detected as there are several references of it in page source as CSS names and/or javascript variables which are virtually impossible to be replaced.
Hi Paul_wr, did you try to change “wp-admin” path name in HMWP settings? Please provide us with your website backend details (as private message) so that we can have a look at the issue further.
Hi ignaciosantiago, can you please create a new topic for the issue you are having, with the details of the issue. Thanks!
Hi, go to HMWP plugin’s start tab and click “reset settings to WP” button.
Also, after activating HMWP and applying the settings, your new login URL will be:
http://yourdomain.com/wp-login.php?hide_my_wp=1234The secret key “hide_my_wp=1234” can be changed from HMWP backend.
Hi, are you using Apache or Nginx web server? And have you followed the documentation (available within downloaded plugin zip)? If it’s Nginx server then there are few manual steps. If it’s still the same issue then please provide us with your website backend details so that we can fix it for you.
Hi, chrisphotoreid, we request you to create a separate new topic regarding your issue, as this topic is specifically for the issue that user “mermaid99” is facing in his/her site.
Hi, I see this topic as “resolved”. Have you already fixed the issue?
First of all I applied “medium privacy more compatibility” scheme in HMWP settings. And in your site’s htaccess file I’ve added the lines within –
# HMWP
.
.
.
# EOF HMWPActually these lines should be auto added by HMWP after line “RewriteRule ^index\.php$ – [L]“, but in case of your site’s htaccess there was already lots of stuff added into htaccess by different plugins and hence the confusion.
The search is also working now. I unchecked “Search base redirect” option in Permalinks & URLs tab.
Hi, these seem to be malicious requests (possible hack attempts). But you need not worry as HMWP PHP IDS will take care of this and will block such malicious requests if Impact level is more than 20 (default value specified in HMWP PHP IDS). You can stop receiving emails regarding this by setting “Notification Threshold” option to 0 in PHP IDS tab.
You are seeing those wp/wordpress words because you are signed in as admin. Also check with Wappalyzer when not logged in (as normal user).
-
AuthorPosts