Welcome Guest, Not a member yet? Register   Sign In
File not found
#3

I've noticed something really strange.

Here is a part of my header.php code :


Code:
<link rel="icon" href="<?php echo base_url();?>images/favicon-GRO.ico" />
<link rel="stylesheet" href="<?php echo base_url();?>css/style.css" />

And when I display the html source code from firefox I get


Code:
<link rel="icon" href="<my_base_url as declared in app.php>/images/favicon-GRO.ico" 
<link rel="stylesheet" href="<my_base_url as declared in app.php>/public/css/style.css" />

Why did I get "public" for my css and not my image ???
Reply


Messages In This Thread
File not found - by the_steff - 06-03-2020, 08:58 AM
RE: File not found - by the_steff - 06-03-2020, 12:57 PM
RE: File not found - by the_steff - 06-03-2020, 02:57 PM
RE: File not found - by InsiteFX - 06-04-2020, 03:10 AM
RE: File not found - by the_steff - 06-04-2020, 07:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB