Archive for the ‘Apache’ Category

Password Protection Using .htaccess

June 26th, 2011 by Tony de Jesus 1

-+*There are several ways to protecting files and folders on your website from unauthorized users. For example, you can use PHP (or another server side programming language) to ask for login and password information on each page. Apache Web Server also allows you password protect individual files, folders, or your entire site in an easy […]

.htaccess tips and tricks

June 19th, 2011 by Tony de Jesus 0

-+*.htaccess is a file used in Apache Web Server that allows us to make configuration changes on a per-directory basis. It’s very useful when you need, for example, to redirect your users to a different page or block certain IP addresses to access your website (or a specific folder). This article shows some basic and […]