Tag Archives: Security
Password Validation with PHP and Regular Expressions
Password Validation with PHP and Regular Expressions. Regular-Expressions are equally complicated and elegant at the exact same time. They may be made to look like someone was only hammering randomly on their keyboard. They’re also a remarkably effective and elegant solution to describing the structure of the text and fitting those structures. They’re very handy […]
Using .htaccess to Add Additional Web Security to Your WordPress Site
Modifying or creating .htaccess files can greatly improve the web security of your WordPress installation. Through this file, we can limit access to files and folders, perform redirects, disable directory browsing, and much more. In this section, we’re going to focus on Web Security using your .htaccess files to deny access to your wp-config. PHP […]