Welcome Guest, Not a member yet? Register   Sign In
Issue about URLs, can not load image when url: http://localhost/M4U/index.php/
#1

[eluser]Nguyen The Nguyen[/eluser]
in a view file
Code:
<head>
<title> M4U Music</title>
</head>
<boby>
<img src="imgs/hot4.png">
&lt;/body&gt;
When URL: http://localhost/M4U/
this file hot4.png is load success
But URL: http://localhost/M4U/index.php/
is file hot4.png not be load

very expect be the help
#2

[eluser]InsiteFX[/eluser]
Code:
<img src="&lt;?php echo base_url();?&gt;imgs/hot4.png">

Or you can use the URL Helper img tag.

InsiteFX
#3

[eluser]Nguyen The Nguyen[/eluser]
OK, thanks




Theme © iAndrew 2016 - Forum software by © MyBB