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 » Browser
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.
4 Ways Get Query String Values from URL Parameters in JavaScript or jQuery
Sometimes we need to get values through the query string in the URL on the browser address bar. But the question is how to get these query string values in JavaScript or jquery because we need them on the client-side.
6 Reasons – HTML5 Required Attribute Validation not Working
HTML5 is rich with plenty of features. The support of the required attribute and built-in browser validation is one such feature. With the HTML5 required attribute, you can perform form input validation without the complicated JavaScript code.
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.
Local php.ini Settings aren’t Working or Loading in Apache
I had the trouble that local php.ini changes weren’t taking effect. I had already created a custom php.ini file in the user’s home directory. But these local php.ini settings were not working at all.
3 Ways to Convert or Save webp image to jpg / png
Have you ever tried to save a webp image as jpg or png? ย And wondering it’s downloaded or saved as webm instead of usual png or jpg extension. So here are quick fixes to convert or save webm image to jpg / png before or after download.
jQuery focus not working in Chrome
Sometimes before I faced a issue the jQuery focus not working in Chrome and in Mozilla It was working fine. I have google the issue and came up with a solution. Same solution I am explaining here so that It can be useful for developers.