AS400 Iseries
AS400 | System i | i5 | Iseries | i5/OS | OS/400 tips, jobs, answers, information
Monday, January 31, 2005
Apache and changing http to https
Apache and changing http to https
Try url rewriting
RewriteEngine On
RewriteLog /wwww/logs/rewrite.log
RewriteLogLevel 9
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} ^mysite.com*
RewriteRule ^/* https://%{HTTP_HOST}$1 [R,L]
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment