Welcome Guest, Not a member yet? Register   Sign In
routing and relative urls, htaccess?
#2

[eluser]tomcode[/eluser]
Welcome ceezar,

You can set the HTML tag

Code:
<base href="<?php echo base_url(); ?>" />

in the header of Your HTML file to use relative URL's for Your assets.

I always use absolute links for internal links, that way I can develop with index.php (easier) and decide later if I want to remove it.


You can use the divers functions of the HTML helper, see the User Guide,

The Config class, too, has methods to offer.


Messages In This Thread
routing and relative urls, htaccess? - by El Forum - 01-29-2010, 09:15 PM
routing and relative urls, htaccess? - by El Forum - 01-29-2010, 11:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB