Question: How to change URL with SSL certificate

How to change URL with SSL certificate

How to change url http:// to https://

HS

Hasif Saheb

Asked
How to change url http:// to https://
  • MS

    Mian Saleem

    Answered
    The FAQ from documentattion.pdf

    **How to enable SSL/HTTPS support?**

    You can easily enable https by editing the 2 lines in config file `app/config/config.php` as following:
    1. Update base url from `http://yoursite.com` to `https://yoursite.com`
    2. Set `$config['cookie_secure']` to `TRUE`
  • MM

    MACMI MANZOOR

    Answered
    how to redirect http://domain.com to http://www.domain.com
  • MS

    Mian Saleem

    Answered
    **[MACMI MANZOOR](/u/[email protected])** Please google for your web server
  • Login to Reply