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
- List Job (QUSLJOB) API
- Using QCLRDTAQ to clear data queues in CL and RPG
- What is QZHQSSRV job?
- Make a Home made, open source mp3 Player
- 80 Column Punched Cards and the History of RPG on the AS400
- UDATE and *DATE in AS400 RPG
- API Example - Deleting Old Spooled Files
- AS400 APIs
- QUSRJOBI API (Retrieve Job Information) as400
- Creating an as400 Query
No comments:
Post a Comment