when I last used CodeIgniter it was version 1.x and I read an external assets folder for css, js, and images was the best way to handle things. I wanted to know if that is the correct way to do things in 2.x. I found this on SO but it didn’t address it directly:
The other SO entries were too old to address 2.x.
Thank you.
As long as they are both publicly accessible then there is no difference between
and
Depending on your .htaccess file you may need to make a change but CodeIgniter doesn’t require you to use any specific scheme for storing assets.