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
- UDATE and *DATE in AS400 RPG
- Make a Home made, open source mp3 Player
- AS400 Job Scheduler
- API Example - Deleting Old Spooled Files
- What is QZHQSSRV job?
- Creating an as400 Query
- AS400 APIs
- AS400 Jobs: Do you have a job at the moment?
No comments:
Post a Comment