Welcome Guest, Not a member yet? Register   Sign In
HTTPS : how to do
#1

Hello,
If certificate installed and website must to be with https://www.example.com, does something special to do in configuration in order to have good working of the application developped with codeigniter ?
To touch some configurations? Im not specialist for this point.
Thank you
Reply
#2

Make sure that $config['base_url'] = ''; from your application/config/config.php has your site as $config['base_url'] = 'https://www.example.com'; and you should be good.
Reply
#3

do it with .htaccess(force to https) or if you have plesk throught plesk!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB