Title: nsp-code's Replies | WordPress.org

---

# nsp-code

  [  ](https://wordpress.org/support/users/nsp-code/)

 *   [Profile](https://wordpress.org/support/users/nsp-code/)
 *   [Topics Started](https://wordpress.org/support/users/nsp-code/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nsp-code/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nsp-code/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nsp-code/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nsp-code/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nsp-code/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 811 total)

1 [2](https://wordpress.org/support/users/nsp-code/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nsp-code/replies/page/3/?output_format=md)…
[53](https://wordpress.org/support/users/nsp-code/replies/page/53/?output_format=md)
[54](https://wordpress.org/support/users/nsp-code/replies/page/54/?output_format=md)
[55](https://wordpress.org/support/users/nsp-code/replies/page/55/?output_format=md)
[→](https://wordpress.org/support/users/nsp-code/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Unable to deploy rewrite rule for NGINX & SSL Certified by Bitnami](https://wordpress.org/support/topic/unable-to-deploy-rewrite-rule-for-nginx-ssl-certified-by-bitnami/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/unable-to-deploy-rewrite-rule-for-nginx-ssl-certified-by-bitnami/#post-14825021)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Critical problem with cache status cache size](https://wordpress.org/support/topic/critical-problem-with-cache-status-cache-size/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/critical-problem-with-cache-status-cache-size/#post-14820505)
 * Hi,
    You can choose the option `In Place & Encode Inline` at WP Hide > General
   JavaScript > JavaScript PostProcessing available since version 2.3.1.8 This will
   avoid the cache size issue. Alternatively, you can exclude the in-line dynamic
   JavaScript’s, through the Exclude section at WP Hide > General JavaScript
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Cache Size is Massive and Grows Daily, Breaking The Hosting](https://wordpress.org/support/topic/cache-size-is-massive-and-grows-daily-breaking-the-hosting/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/cache-size-is-massive-and-grows-daily-breaking-the-hosting/#post-14754846)
 * Hi,
    When using the CSS and JavaScript post-processing with Replacements, the
   plugin saves locally the processed data in a form of cached objects, for later
   usage, to prevent re-processing. So, when the plugin engine parses a content,
   if a specific asset is found to be already processed, it loads it from the cache.
   If not being found, it processes it and saves it into the cache.
 * If there’s a string/value which changes within the JavaScript code, like a timestamp
   value, or a unique hash, this will make the plugin to always generate a new cache
   for this particular code, making the cache size to grow unexpectedly. Such code
   can be found inline on the HTML page code.
 * The solution for this would be to identify this particular JavaScript codes, 
   which should be found within the outputted HTML ( temporary turn off the JS processing
   to see the code ) then add a representative static part from it at General / 
   JavaScript > Exclude JavaScript Block from processing.
 * Or simply switch to In Place instead Combine, then check the cache ( at /wp-content/
   cache/wph/ ) and compare similar size files to find the dynamic data, then add
   a chunk of it’s static to the above exclude option.
 * If for some reason can’t figure out, contact us and we will check it for you.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Call to undefined function do_action() – wph.class.php:615](https://wordpress.org/support/topic/call-to-undefined-function-do_action-wph-class-php615/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/call-to-undefined-function-do_action-wph-class-php615/#post-14751610)
 * Hi,
    Sorry for the issue, apparently some of the WordPress components ( e.g. 
   do_action() ) are not available at the time the wp-hide run. Since you own the
   PRO can you contact through the plugin website, for a fast support?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] WP Hide is Messing Up My Site even after deactivating](https://wordpress.org/support/topic/wp-hide-is-messing-up-my-site-even-after-deactivating/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/wp-hide-is-messing-up-my-site-even-after-deactivating/#post-14751596)
 * Hi,
    Sorry for the issue, after de-activating the plugin if you are still redirected
   to the old admin URL, should be a cache issue. Try to temporarily disable the
   cache plugin and see if works fine. The WPBakery ( visual composer ) should work
   just fine with WP Hide, can you try to disable some of the options and see if
   there’s something in particular that cause the problem? Ensure you’re not blocking
   the JSON service which the other plugin use. Might help trying to also clear 
   the browser cache. Also if you use the pro, make sure you get in touch and someone
   will assist further.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Plugin not remove comments](https://wordpress.org/support/topic/plugin-not-remove-comments/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-remove-comments/#post-14748527)
 * Hi,
    Can you temporary disable the cache plugin and check the front side if comments
   are stripped off? What cache plugin you use?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Cant Hide Sahifa Theme And All Plugins](https://wordpress.org/support/topic/cant-hide-sahifa-theme-and-all-plugins/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/cant-hide-sahifa-theme-and-all-plugins/#post-14728927)
 * I still see the default URLs, most probably the cache of WP Rocket is still not
   cleared. See with the plugin website on how to clear that.
    Also disable the 
   WP Rocket minification/combine options ( e.g. CSS and JavaScript )
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Robots.txt needs to change?](https://wordpress.org/support/topic/robots-txt-needs-to-change/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/robots-txt-needs-to-change/#post-14728913)
 * Hi,
    As default the robots.txt do no contain any reference to the default WordPress
   directories, possible there is an active plugin on your site which add that, 
   try to figure out which one is and disable the setting for this particular function.
   Or attempt to manually remove those.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] nginx replace the following line](https://wordpress.org/support/topic/nginx-replace-the-following-line/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/nginx-replace-the-following-line/#post-14728900)
 * Hi,
    Can you try to use Simple Rewrites instead? See WP-Hide > Settings
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Block default wp-login.php NOT WORKING](https://wordpress.org/support/topic/block-default-wp-login-php-not-working/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/block-default-wp-login-php-not-working/#post-14077255)
 * Hi,
    There must be something on the server side which prevent this block rewrite
   to run as expected. What system you use e.g. Apache, LiteSpeed
 * Thanks
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Hide & Security Enhancer] Seems abandoned but I hope not…](https://wordpress.org/support/topic/seems-abandoned-but-i-hope-not/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/seems-abandoned-but-i-hope-not/#post-14077252)
 * Hi,
    I understand. That’s weird, i couldn’t find anything in our Spam either.
   Can you try again through the contact at [https://www.wp-hide.com/contact/](https://www.wp-hide.com/contact/)
   please make sure the form is not returning any error when submit. Also send a
   separate e-mail to [contact@wp-hide.com](https://wordpress.org/support/users/nsp-code/replies/contact@wp-hide.com?output_format=md)
   with CC to [electronice_delphi@yahoo.com](https://wordpress.org/support/users/nsp-code/replies/electronice_delphi@yahoo.com?output_format=md)
   If possible use an e-mail on a different provider than your default ( e.g use
   yahoo.com, google.com etc )
 * Thanks
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Hide & Security Enhancer] Seems abandoned but I hope not…](https://wordpress.org/support/topic/seems-abandoned-but-i-hope-not/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/seems-abandoned-but-i-hope-not/#post-14076152)
 * Hello,
    Sorry for this but we never received any support message from your side,
   where exactly you tried to contact? Se previous reviews, we always provide excellent
   support.
 * Try to send your support through our contact at plugin website, or send to [contact@wp-hide.com](https://wordpress.org/support/users/nsp-code/replies/contact@wp-hide.com?output_format=md)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Login URL](https://wordpress.org/support/topic/login-url-11/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/login-url-11/#post-14074183)
 * Hi,
    On most servers this should work just fine, you just have to give it a try.
   If not working, just append the .php
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] Compatibilidad con wp fastest Caché y rank math](https://wordpress.org/support/topic/compatibilidad-con-wp-fastest-cache-y-rank-math/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/compatibilidad-con-wp-fastest-cache-y-rank-math/#post-13195608)
 * Hi,
    There should be no impact whatsoever on Page-rank and / or any SEO perspective,
   the plugin changes only site assets urls but all actual site urls ( pages, archives,
   posts etc ) will stay the same as before.
 * The plugin works fine with WP Fastest Cache, there is an integration file included
   in the package which ensure of a smooth interaction with the cache code.
 * This is not actually possible through the free code, you may want to check with
   JavaScript PostProcessing functionality available in PRO [https://www.wp-hide.com/documentation/general-javascript-combine/](https://www.wp-hide.com/documentation/general-javascript-combine/)
   which relocate everything ( including in-line JavaScript ) into static cached
   files.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide & Security Enhancer] quedan cosas sin ocultar que condicen a vulnerabilidades](https://wordpress.org/support/topic/quedan-cosas-sin-ocultar-que-condicen-a-vulnerabilidades/)
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/quedan-cosas-sin-ocultar-que-condicen-a-vulnerabilidades/#post-13195585)
 * Hi,
    This is not possible to achieve through the free code, but available on 
   the PRO through JavaScript Pots-processing [https://www.wp-hide.com/documentation/general-javascript-combine/](https://www.wp-hide.com/documentation/general-javascript-combine/)
 * Thanks

Viewing 15 replies - 1 through 15 (of 811 total)

1 [2](https://wordpress.org/support/users/nsp-code/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nsp-code/replies/page/3/?output_format=md)…
[53](https://wordpress.org/support/users/nsp-code/replies/page/53/?output_format=md)
[54](https://wordpress.org/support/users/nsp-code/replies/page/54/?output_format=md)
[55](https://wordpress.org/support/users/nsp-code/replies/page/55/?output_format=md)
[→](https://wordpress.org/support/users/nsp-code/replies/page/2/?output_format=md)