Viewing 1 replies (of 1 total)
  • Plugin Author nsp-code

    (@nsp-code)

    Hi,
    From your description you run a full stack Nginx platform. On such system, there is no access from PHP ( that means WordPress which imply our plugin too ) to the Nginx configuration file ( /opt/bitnami/nginx/conf/nginx.conf ). For that reason the WP Hide outputs the message you noticed

    “Unable to automatically deploy the rewrite rules, manual action required! Check Setup menu for instructions on how to add the rewrite rules on your server.”

    As you already
    As the server support instructed, you should add the rewrites you see at the Setup interface at wordpress-https-server-block.conf / wordpress-server-block.conf ( or create a new file where to add the rewrites, then call it higher in the config file, where the above 2 files are being invoked ).
    Further make sure you restart the Nginx service, for the rewrites to load, you should be able to do that using sudo /opt/bitnami/ctlscript.sh restart

    If can’t figure out how to complete the set-up, since you own the PRO, consider to contact us and someone will help right away,

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to deploy rewrite rule for NGINX & SSL Certified by Bitnami’ is closed to new replies.