• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Redirecting a website in ColdFusion

Community Beginner ,
Feb 04, 2018 Feb 04, 2018

Copy link to clipboard

Copied

How to redirect a website from http://xyz.com (port 80) to https://xyz.com (port 443) through internet information services manager (IIS). I already have a working https://xyz.com i just need to redirect my current port 80 website to working port 443 website.

Views

2.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 04, 2018 Feb 04, 2018

Redirect from HTTP to HTTPS using the IIS URL Rewrite module – Damian Wiese

Note, you can also do the same sort of thing with CF in Application.cfc/cfm by looking at the relevant CGI variables and using CFLOCATION to redirect if appropriate.

Dave Watts, CTO, Fig Leaf Software

Votes

Translate

Translate
Community Expert ,
Feb 04, 2018 Feb 04, 2018

Copy link to clipboard

Copied

Redirect from HTTP to HTTPS using the IIS URL Rewrite module – Damian Wiese

Note, you can also do the same sort of thing with CF in Application.cfc/cfm by looking at the relevant CGI variables and using CFLOCATION to redirect if appropriate.

Dave Watts, CTO, Fig Leaf Software

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 04, 2018 Feb 04, 2018

Copy link to clipboard

Copied

LATEST

Hi Dave,

Thanks for your reply. Its very helpful and informative.

Thanks and Regards,

Sai

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation