<?php echo Config::get('base_url'); ?>
<p><?php echo Uri::create(''); ?></p> <p><?php echo Config::get('base_url'); ?></p>Outputs:
http://localhost/fuelphp101/index.php/ http://localhost/fuelphp101/I've just stuck with the latter for now since I'm dealing with images.
Matt Potts wrote on 01/30/11 10:47 pm:I don't get exactly the same result, (it's close, but different enough):
<p><?php echo Uri::create(''); ?></p> <p><?php echo Config::get('base_url'); ?></p>Outputs:
http://localhost/fuelphp101/index.php/ [url=http://localhost/fuelphp101/]http://localhost/fuelphp101/[/code][/url]
I've just stuck with the latter for now since I'm dealing with images.
It looks like you're new here. If you want to get involved, click one of these buttons!