base_url() and 403 error in CodeIgniter
问题 In HTML view, css link code looks like this: <link href='www.jedendzien.pl/assets/css/style.css' rel='stylesheet'> but my browser is showing adress with double domain adress www.jedendzien.pl/www.jedendzien.pl/assets/css/style.css so i'm getting 403 error. I create link by <link href='<?php echo base_url(); ?>assets/css/style.css' rel='stylesheet'> and in config.php i'm setting: $config['base_url'] = 'www.jedendzien.pl/'; In my XAMPP serwer everthing works fine but problem is appearig only on