Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


force_https_by_directory

This is an old revision of the document!


vi .htaccess

RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

-or-

SSLRequireSSL

restart httpd

force_https_by_directory.1217734069.txt.gz · Last modified: 2008/08/02 23:27 by juckins