我重定向
视图/ hello.php
到此网址路径,而不创建子网站:
www.domain.com/subdir/hello
使用route.php
$route['subdir/hello'] = 'pages/view/hello';
然而,hello.php中的一些图片已经消失了。我检查了"图像"文件夹,但它仍在那里。
我确实检查了Inspect Element并且出现了错误:
Resource interpreted as Image but transferred with MIME type text/html
我已经研究过这个错误,但我没有得到任何解决方案。没有重定向,图像仍然存在。请帮忙。
添加编辑:
这也显示在inspect元素控制台错误
中GET http://p.nexac.com/e/sr/a-1548/s-3271/s-3271.xgi net::ERR_BLOCKED_BY_CLIENT
getSegment.php?purl=http%3A%2F%2Fwwf.org.ph%2Fclimate-solutions&jsref=&rnd=1433844490975:1
GET http://adadvisor.net/adscores/r.pixel?sid=9212270798 net::ERR_BLOCKED_BY_CLIENT
getSegment.php?purl=http%3A%2F%2Fwwf.org.ph%2Fclimate-solutions&jsref=&rnd=1433844490975:1
答案 0 :(得分:1)
htacces或路由在这里无关紧要。你的道路是错的。使用它,它可以在任何地方使用
<img src="<?php echo base_url('images/wwd_climate-solutions.jpg');?>" alt="Climate Solutions">
假设您没有对config.php文件的参数$config['base_url']