【发布时间】:2021-11-07 00:18:04
【问题描述】:
当我在 href 标记内回显基本 URL 时,它会在 codeigniter 中再次重复。 在 config.php base 中,我将 base url 设置为
$config['base_url'] = 'https://www.mysite.in/';
并在 autoload.php 中自动加载 Url
<link rel="apple-touch-icon" sizes="180x180" href="<?php echo base_url(); ?>assets/img/fav-icons/apple-touch-icon.png">
<img 标签也丢失了
【问题讨论】:
标签: php html twitter-bootstrap codeigniter url