- MSAnsweredThe 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` - MMAnsweredhow to redirect http://domain.com to http://www.domain.com
- MSAnswered**[MACMI MANZOOR](/u/[email protected])** Please google for your web server
- Login to Reply