Welcome Guest, Not a member yet? Register   Sign In
Where should I put my images, css and js files inCodeIgniter?
#8

[eluser]SitesByJoe[/eluser]
Same here. My .htaccess is very similar to Frist's.

With the folder at the root, you could hardcode HTML like this:

Code:
<a href="/assets/images/...">

To be more flexible it's advisable to do things like:

Code:
&lt;?php echo anchor('assets/images/...', 'Link Text'); ?&gt;

If you can't get at your files after repairing your .htaccess file you may want to double check permissions too.


Messages In This Thread
Where should I put my images, css and js files inCodeIgniter? - by El Forum - 05-25-2010, 08:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB