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
- 80 Column Punched Cards and the History of RPG on the AS400
- Contact Us
- API Example - Deleting Old Spooled Files
- UDATE and *DATE in AS400 RPG
- What is QZHQSSRV job?
- About Us
- Using QCLRDTAQ to clear data queues in CL and RPG
- Encrypt Data on as400 (QC3ENCDT, Qc3EncryptData)
- ibm as400 manuals v5r4
- AS400 Job Scheduler
No comments:
Post a Comment