Welcome Guest, Not a member yet? Register   Sign In
base_url() and url helper
#7

[eluser]elaniobro[/eluser]
[quote author="jedd" date="1267337753"]To spell it out, you almost definitely want this:

Code:
$config['base_url']    = "http://localhost:8888/www.example.com/com/5/";

(Judging from what you've revealed so far.) My earlier observations (regarding other info to show us) still stand.[/quote]

a) your code for pulling in images (are you using img() for example?)
no I am using:
Code:
<img src="&lt;?= base_url();?&gt;img/logo_tagline.png"/> &lt;!-- for example --&gt;
b) your code for pulling in css and js etc (are you using link_tag() for example?)
Code:
&lt;link type="text/css" href="&lt;?= base_url();?&gt;com/css/global.css" rel="stylesheet" media="screen" /&gt;
c) the web-browser’s page source for these same sections
You want a link to my actual site?

d) your .htaccess file
non existent at the moment.

Hope those answers gives you more insight. I am new to CI, and have read through the wiki, but will most certainly go back and comb through it again. I appreciated your help thus far.

I might add that I am using MAMP for local dev.


Messages In This Thread
base_url() and url helper - by El Forum - 02-27-2010, 03:06 PM
base_url() and url helper - by El Forum - 02-27-2010, 06:02 PM
base_url() and url helper - by El Forum - 02-27-2010, 06:08 PM
base_url() and url helper - by El Forum - 02-27-2010, 06:13 PM
base_url() and url helper - by El Forum - 02-27-2010, 06:13 PM
base_url() and url helper - by El Forum - 02-27-2010, 06:15 PM
base_url() and url helper - by El Forum - 02-27-2010, 06:27 PM
base_url() and url helper - by El Forum - 02-27-2010, 06:29 PM
base_url() and url helper - by El Forum - 02-27-2010, 06:40 PM
base_url() and url helper - by El Forum - 02-27-2010, 06:53 PM
base_url() and url helper - by El Forum - 02-28-2010, 04:58 AM
base_url() and url helper - by El Forum - 02-28-2010, 11:13 AM
base_url() and url helper - by El Forum - 02-28-2010, 11:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB