2015-06-09 53 views
1

重定向到一個子目錄,我重定向缺少圖片後,我用route.php和/或在的.htaccess笨框架

views/hello.php

這個URL路徑,而無需創建一個子目錄:由

www.domain.com/subdir/hello

使用route.php

$route['subdir/hello'] = 'pages/view/hello'; 

但是,一些在hello.php裏面的圖片沒有了。我檢查了「圖像」文件夾,但它仍然存在。

我檢查檢查元素和有一個錯誤:

Resource interpreted as Image but transferred with MIME type text/html 

我這個錯誤研究,但我沒有得到任何解決。沒有重定向,圖像仍然存在。請幫忙。

添加編輯:

這在檢查元素控制檯錯誤也顯示

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

告訴你如何構建它 –

+0

不能在MVC直接訪問視圖圖像鏈接,請精心設計你的問題 – Viral

+0

@Rejoanul Alam Climate Solutions hazelvan

回答

1

htacces或路由此處無關緊要。你的路徑錯了。利用這一點,就可以在所有

<img src="<?php echo base_url('images/wwd_climate-solutions.jpg');?>" alt="Climate Solutions"> 

假設你不做出config.php文件的參數的任何變化$config['base_url']

+0

對不起,我的答覆,只是檢查它被緩存。無論如何,這工作! :)你搖滾@Rejoanul阿拉姆! :) – hazelvan

+0

@hazelvan謝謝。祝您愉快 –