Action disabled: media
                force_https_by_directory
                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
force_https_by_directory.txt · Last modified:  by juckins
                
                