The login url/page above doesn’t have login form – https://www.screencast.com/t/mu3VGHd3IE
Please try following these steps:
– in HMWP Start Tab, set ‘Medium Privacy – More Compatibility’ settings scheme and save the 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 (within ‘server’ block). 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 CDN, you’ll need to enter your CDN URL in “CDN path” field in HMWP General settings tab.