PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, March 19, 2022

[FIXED] How to configure Yii Framework to use HTTPS?

 March 19, 2022     ssl, ssl-certificate, yii     No comments   

Issue

I just bought a SSL certificate for my website linkbook.co;

My website is developed using the Yii Framework;

Do I have to configure the App to use HTTPS or will the server do this for me?

If I have to configure the App, how do I tell to the widgets, clistviews, portlets, etc, to use the HTTPS protocol?


Solution

There is also a good wiki article about it on the Yii website explaining URL management for Websites with secure and nonsecure pages

The article is only usefull if you have some content that has to use HTTPS and some other HTTP. If you want everything going by HTTPS then it wont be usefull for you.



Answered By - darkheir
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing