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

Redirecting a website in ColdFusion

Community Beginner ,
Feb 04, 2018 Feb 04, 2018

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.

6.2K
Translate
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

Translate
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

Dave Watts, Eidolon LLC
Translate
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
LATEST

Hi Dave,

Thanks for your reply. Its very helpful and informative.

Thanks and Regards,

Sai

Translate
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