UA
Asked
Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure stylesheet '<URL>'. This request has been blocked; the content must be served over HTTPS.
Attachments
- EGAnswered**[USMAN AHMED](/u/iojedi)** Hello,
You will need to edit `config.php` in `app\config\config.php` directory and set the `$config['base_url']` using `https` and as well set `$config['cookie_secure']` to true.
See the example below
$config['base_url'] = 'https://topmantailors.com/';
$config['cookie_secure'] = true;
Let me know if that works for you. - Login to Reply