Welcome Guest, Not a member yet? Register   Sign In
Cannot display images in CodeIgniter
#21

You cannot load images from the project folder it is .htaccess protected.

Code:
<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>

This is where you should be loading your resources.

PHP Code:
<?= $this->extend('layouts/default'?>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Cannot display images in CodeIgniter - by ilkin - 07-12-2023, 06:05 AM
RE: Cannot display images in CodeIgniter - by InsiteFX - 07-14-2023, 10:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB