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.