Technology

Apache : Password Protecting Folders using .htaccess

When a user requests a site hosted on apache, Apache first looks for the default file which is generally named “index.html” or “index.php” or something like that in the root directory. We can set/change this order by adding the following directive in the configuration file (present in /etc/apache2/sites-available folder in ubuntu)...

by raj
Tag: .htaccess
27-Dec-2012