Welcome Guest, Not a member yet? Register   Sign In
base_url(), site_url(), nothing working to display images
#5

[eluser]Aken[/eluser]
The .htaccess is routing requests to CodeIgniter, because your "img" folder is not in the excluded list. Change the RewriteCond line to:

Code:
RewriteCond $1 !^(index\.php|img|css|robots\.txt|favicon\.png)

And adjust it as necessary when you add more assets / static directories that are not part of CodeIgniter.


Messages In This Thread
base_url(), site_url(), nothing working to display images - by El Forum - 05-27-2012, 04:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB