Posts Tagged ‘static’
Serving static content within codeigniter
Monday, April 14, 2008 14:15 No CommentsSo you wonder how are you going to load those static pages inside your codeigniter project and avoid all the codeigniter loading and overhead created?
mod_rewrite gives us the chance to play nicely with this, the following rules will allow your visitors to fetch static pages from within a static directory (where your static content resides) [...]