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 iSeries NetServer Disabled user profiles
- Create a Custom Live Linux CD - Leveraging BusyBox and OpenSSH
- Encode HTML Entities - Showing code in blogs
- Library list for Web server
- Super $500 Myth Project
- Search for text in vi or vim
- Thomas Dudziak's Weblog
- IBM eServer iSeries - iSeries NetServer: Command Line Setup
- Using QCLRDTAQ to clear data queues in CL and RPG
- About Us
No comments:
Post a Comment