This functionality is available for PRO version. Lately, the Reverse Proxy set-up type for an Apache / Nginx server type become a good alternative to standard set-up to achieve better performance and security:
This functionality is available for PRO version. WordPress is the most popular CMS system, being used on over 37% of total sites, which is an astonishing achievement. There’s no doubt, WordPress is a unique framework, is a good and flexible core skeleton, a nice and easy to follow administrator dashboard interface. Not at least it […]
This functionality is available for PRO version. Lately, Plesk became very popular in the industry, it has helped system administrators for over 10 years now. The latest Plesk Onyx is available for Windows and Linux and is designed to work unobtrusively and manage performance.
The CSS and JavaScript processing modules is a powerful functionality which helps with SEO improvements and plugins/theme white-labeling. In some cases, the options are required to not trigger for specific URLs, this can be achieved using programable filters. The following code should be placed within a file in /wp-content/mu-plugins/ folder or a custom plugin. This […]
This functionality is available for PRO version. The Bitnami WordPress Stack provides a simple one-click install solution for WordPress framework. Run your own WordPress server in the cloud never been easier, chose from best available hosting such as AWS, Google Cloud Platform, Microsoft Azure, VMware. At the moment they provide the best value per cost […]
This functionality is available for PRO version. Most of servers run a LAMP stack (Linux + Apache + MySQL + PHP) which is very popular for being fast and easy to use. Any rewrite is done through the .htaccess file which is created within each site, in the domain root. The file is accessible from […]
This functionality is available for PRO version. The WordPress WP Hide & Security Enhancer PRO achieve provided functionality through internal filters and rewrite code. This ensure a perfect compatibility is maintained across the site without requiring to change anything at the code level or to any of WordPress files/folders structure. Any updating functionality for wither […]
This functionality is available for PRO version. The Replacements feature is a powerful tool, it allows any of specific traces ( classes, IDs, JavaScript variables ) to be changed easily and make the code unrecognizable.
Plugin provide multiple options to control outputted HTML data, however giving the complexity of existing WordPress themes and plugins, sometimes certain area may not be covered. In such cases you can extend plugin functionality (see Create a custom Module Component, extending the plugin functionality), or through filters wph/ob_start_callback which would be the easiest way.