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
- AS400 Job Scheduler
- as400 Iseries Tips
- Recover or reset QSECOFR passwords
- API Example - Deleting Old Spooled Files
- Make a Home made, open source mp3 Player
- AS400 API - QCMDEXC - Execute Command
- Creating an as400 Query
- AS400 API - Retrieve Network Attributes (QWCRNETA)
- IBM DB2 for i5/OS and Development Center
- Sending and receiving email on i5/os - QtmmSendMail
No comments:
Post a Comment