cd to directory you want to protect.
vi .htaccess
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
-or-
SSLRequireSSL
then:
service httpd restart