ModSecurity is an extra layer of defense at your host to protect your websites from malicious code injected into requests. During the Control Web Panel installation, you learned that CWP offers ModSecurity module integration to the webserver.
Tag » Security
How to Enable SSH Access in WHM/cPanel and Use with PuTTY
Previously in this complete SSH guide, you came to know that SSH access requires uploading the public key and enable it in the hosting account. Here, you will know how to configure the SSH key in WHM/cPanel and manage the server or your hosting account using key-based authentication.
How to Use SSH and Secure it with Key Based Authentication & Port Change
what is SSH access, and how to use SSH with PuTTY? Secure SSH with key-based authentication. I have also added changing the SSH port and disabling login using username/password for better security.
Install & Configure CWP on CentOS – The Complete Guide to Make Your VPS Ready
A complete guide to help you to set up a server or VPS from start to finish. You will not only install & configure the Control Web Panel on a CentOS server but also become proficient to handle a VPS yourself.
How to Install a WordPress Plugin – Free/Premium, Manually/FTP
Setting up plugins and a theme are the next things to do after installing WordPress for your website. Here, I’m explaining 3 different ways to install a WordPress plugin, either it is free or a premium one. You will also learn to install plugins via the WordPress admin as well as manually using FTP.
10 Tips to Improve Your E-Commerce Website Design
The key to a successful website is its design and responsiveness, especially if it is an E-Commerce website. Unlike lifestyle blogs or infotainment sites, eCommerce sites are quite tricky to design. Apart from working on the quality of your products, you also need to make it extraordinarily user friendly.
Add a Link Back to Your Site Rather Content Copy Protection
Many authors try to protect visitors from copying their content by some code or plugin. But I would suggest adding a link back to your site rather protecting. Here, we’re telling reasons as well as mentioning a nifty plugin that can add a link back to your site with pretty settings.
Your PHP Installation Appears to be Missing the MySQL Extension
We were facing the error “Your PHP installation appears to be missing the MySQL extension which is required by WordPress”. We’ve fixed it by upgrading WordPress to match it with PHP 7.0 or higher. We didn’t check PHP, MySQL extension installed on the host.
Remove or Hide Menu Items from WordPress Admin Panel or Dashboard
You often need to remove or hide menu items from WordPress admin panel or dashboard. This is a common requirement if you develop WordPress websites for clients or manage multi-user blog.
3 Ways – Insert Record in Codeigniter If not exists Else Update
There’re 3 ways to insert record in Codeigniter if it doesn’t exist else update the record if it exists. Here we’re using Active Record as well as Query Binding features in Codeigniter to insert or update a record.