---
title: "Configuring Server for HTTPS Redirection"
slug: "configuring-server-for-https-redirection"
description: "This document explains how to configure the Decisions portal to force users to use SSL (HTTPS) connections by redirecting HTTP requests to HTTPS.  This action is enacted within IIS. "
updated: 2024-10-08T22:52:47Z
published: 2024-10-08T22:52:47Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring Server for HTTPS Redirection

## IIS Hosted Redirection

The Decisions portal can be configured to force users to use SSL (HTTPS) connections by redirecting HTTP requests to HTTPS. The following describes how to configure your server to do HTTPS redirection.

Self-Hosted RedirectionFor redirection on Self Hosted environments, refer to "[**Configure the Server for SSL (HTTPS**)](/v9/docs/configuring-the-server-for-ssl-https)"

---

Requirements-Must be IIS hosted  
-Must have IIS configuration manager installed  
-Install the IIS URL Rewrite Module found [here](https://www.iis.net/downloads/microsoft/url-rewrite)

---

## HTTPS Redirect Process

1. First, open IIS and select **Default Web Site.**  
**![HTTPSredi5.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/HTTPSredi5.png)**
2. Then select and open **URL Rewrite.**  
![HTTPSredi6.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/HTTPSredi6.png)
3. In the top right, select **Add Rules.**  
![HTTPSredi8.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/HTTPSredi8.png)
4. Select **Blank Rule**and click Ok.

![HTTPSredi4.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/HTTPSredi4.png)
5. Select a name for the Rule of choice, then configure it accordingly as follows:
6. ![HTTPSredi9.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/HTTPSredi9.png)

![HTTPSredi7.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/HTTPSredi7.png)
7. After doing so, select **Apply**to apply the changes.

![HTTPSredi2.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/HTTPSredi2.png)
8. After this is applied, navigate to **C:\Program Files\Decisions\Decisions Web Host**and open up the web config file.

![HTTPSredi3.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/HTTPSredi3.png)

Automatically, it will add the following block to your file. Then test to verify redirection is occurring. ![HTTPSredi1.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/HTTPSredi1.png)
