force_https_ssl_by_directory_with_httpd.conf
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
Last revision | |||
— | force_https_ssl_by_directory_with_httpd.conf [2008/08/04 14:51] – created juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | edit / | ||
+ | < | ||
+ | # Force <DIR> to use SSL | ||
+ | RewriteEngine on | ||
+ | RewriteCond | ||
+ | RewriteRule ^/< | ||
+ | </ | ||
+ | |||
+ | Example: | ||
+ | < | ||
+ | # Force Nagios to use SSL | ||
+ | RewriteEngine on | ||
+ | RewriteCond | ||
+ | RewriteRule ^/ | ||
+ | </ |