Go to content Go to navigation Go to search

Fun with .htaccess #3: Access Restrictions

It is possible to limit access in other ways than with passwords. This guide shows you how to restrict access depending on what domain the client is viewing the page from, in this example, to only allow access from within UCC.

Fun with .htaccess #2: Password Protection

This guide shows you have to use a .htaccess file in conjunction with a .htpasswd file to password protect a part of your website.

Fun with .htaccess #1: Special Error Pages

This guide, the first of three, shows how to use a special file called .htaccess to determine what the Apache web-server should display when an error occurs