BIRT 3.7
Written by: Michael Williams
Featured Refcardz: Top Refcardz:
  1. Scrum
  2. Apache Maven 2
  3. Essential MySQL
  4. Node.js
  5. Groovy
  1. jQuery Selectors
  2. Ajax
  3. Java
  4. Spring Config.
  5. Java Concurrency

Link Details

Link 398345 thumbnail
User 306744 avatar

By oazabir
via omaralzabir.com
Published: Apr 18 2010 / 14:57

When you want to enforce https on users and you want to redirect any URL being hit on http to the exact counterpart of https, then usually you do it with some HttpModule written in .NET, or install some URL Redirector module in IIS, or setup a dummy website on http and then use meta refresh tag to send traffic to https. There are many solutions out there which requires some amount of coding skill. Let me show you a zero coding redirection setup.
  • 13
  • 0
  • 1961
  • 0

Comments

Add your comment
User 61753 avatar

Rodney Woodruff replied ago:

0 votes Vote down Vote up Reply

Voted up for the tip but needs to explain the $S$Q options and what they do.

User 306744 avatar

oazabir replied ago:

0 votes Vote down Vote up Reply

$S - puts the subdirectories
$Q - puts the query string

I have updated the blog post. Thanks for catching the issue.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.