Welcome Guest, Not a member yet? Register   Sign In
Trailing slashes
#3

[eluser]Daniel Moore[/eluser]
Colin is correct. This has nothing to do with the framework. You can't use absolute paths. You shouldn't even be putting the paths into your HTML or PHP directly at all. Use the helpers that come with CodeIgniter.

You need to correctly use the HTML Helpers and URL Helpers built into CodeIgniter and not type in absolute paths to load your CSS and images.

Open up your CodeIgniter documentation and take a look at the HTML Helper and URL Helper. They are your friends.

You might especially check out the link_tag() and img() for your particular problems.


Messages In This Thread
Trailing slashes - by El Forum - 05-15-2009, 04:09 PM
Trailing slashes - by El Forum - 05-15-2009, 07:44 PM
Trailing slashes - by El Forum - 05-15-2009, 08:38 PM
Trailing slashes - by El Forum - 05-16-2009, 05:38 AM
Trailing slashes - by El Forum - 05-16-2009, 05:58 AM
Trailing slashes - by El Forum - 05-16-2009, 07:42 AM
Trailing slashes - by El Forum - 05-16-2009, 10:54 AM
Trailing slashes - by El Forum - 05-16-2009, 11:30 AM
Trailing slashes - by El Forum - 05-16-2009, 12:08 PM
Trailing slashes - by El Forum - 05-16-2009, 02:40 PM
Trailing slashes - by El Forum - 05-16-2009, 03:39 PM
Trailing slashes - by El Forum - 05-16-2009, 03:49 PM
Trailing slashes - by El Forum - 05-16-2009, 03:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB