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
- Build Your Own PBX
- Spam king Adam Vitale busted by Secret Service
- Make del.icio.us bookmarks
- Three Languages For Java Programmers to Learn
- as400 commands and APIs you'll use for handling messages
- Recommended PHP reading list
- Four Hundred Guru--Admin Alert: Moving Libraries Between i5/OS Partitions, Part 1
- Difference between SFLINZ and SFLCLR keyword?
- 10 Really as400 Helpful APIs
- Common Gateway Interface (CGI) on the as400 / iSeries
No comments:
Post a Comment