In my previous articles, i already discussed what is .htaccess and their applications in web development. In this short tip, i am going to tell you how to secure you folders through .htaccess File.
-
Related Posts (YARPP)
-
Topics
-
-
In my previous articles, i already discussed what is .htaccess and their applications in web development. In this short tip, i am going to tell you how to secure you folders through .htaccess File.
How to remove spaces from string in PHP. In this tutorial i’ll explain how to remove spaces from string using regex as well as using in-built function in PHP.
If you know regex then it’s good otherwise you can refer my previous tutorial on Regular expression.
What is Cross Site Scripting (XSS). How to prevent this vulnerability in code.
XSS commonly known as cross-site scripting is a code injection technique or attack. In XSS user can inject any malicious HTML, Javascript or any other client side snippet on a web application. It is one of the major security attack after Sql Injection.