Home Forums WordPress Plugins Hide My WP How Do I Set It Up?

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4645
    deskventure
    Post count: 4

    I’m using ServerPilot as the control panel for my DO droplet and the way they configured it they use nginx and apache with nginx being the public-facing web server. How would I go about setting this plugin up? I read this post

    ERROR 500 // HTACCESS

    and it seems he was using serverpilot as well when his crashed. I’d like to avoid the same situation happening to me so what steps would I take to configure the app.

    Also here is more details on the server stack

    https://serverpilot.io/community/articles/how-serverpilot-works.html

    • This topic was modified 9 years, 9 months ago by deskventure.
    • This topic was modified 9 years, 9 months ago by deskventure.
    #4649
    Suman M.
    Post count: 12480

    Hi, 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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.