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]
Monday, January 31, 2005
Subscribe to:
Post Comments (Atom)
Popular Posts
- Java Examples - JExamples.com
- iReport - OpenSource Java Reporting Tool
- JSF - Backing Bean Management
- Yahoo! Mail: Revenge of the Oddpost
- UDATE and *DATE in AS400 RPG
- AS400 Job Scheduler
- Free AS400 & iSeries Software Tools & Utilities Downloads
- Linux Forum: Apache, Webmin and Mandrake - Linux Operating System Help
- What is WebSmart
- IBM System i APIs at Work
No comments:
Post a Comment