Adding standalone blog |
Hi guys, I have this site built with CI.
Standard folder structure. css, img, js folders outside the application folder. I'm replacing one of the page with a standalone simple blog (http://simpleblogphp.com/). The folder contains hundreds of files. Right now this folder sits outside the application folder, next to the css and img folders. I created a blog view and controller. Now when I navigate to the blog page I get errors. To make this blog display within my site and based on the blog's documentation I'm adding this in my blog view: PHP Code: <?php include(base_url()."/blogger/blog.php"); ?> Resulting in: Code: <h4>A PHP Error was encountered</h4> Where else can I put that blog folder so it would display correctly? Thank you in advance. |
Messages In This Thread |
Adding standalone blog - by keld - 06-07-2015, 05:04 PM
RE: Adding standalone blog - by josetrindade - 06-08-2015, 05:18 AM
RE: Adding standalone blog - by keld - 06-10-2015, 02:09 PM
RE: Adding standalone blog - by mwhitney - 06-11-2015, 12:09 PM
|