Asset handling in CodeIgniter with the BASE tag
There are many suggested ways to handle your assets (CSS, images, JavaScript, etc) in CodeIgniter including my very own Asset library. Some people use paths relative to the web root like this:
<img src="/image/logo.gif" alt="Logo" />
This method works fine if