[eluser]kilishan[/eluser]
[quote author="SmitRay" date="1306210666"]Ha ha ha ha ha ha... That's okay... I'm a complete novice in CI so please accept my apology for disturbing you. Anyways, I copied the folder in my localhost root folder. I can see the bonfire welcome page, when I get inside the bonfire folder from my host. So now my question is, from where and how to install it? As I already tried it by adding /install in the url but found no luck. So I'm really looking forward for your detailed instruction. Thank you in advance and thanks again for replying me earlier.[/quote]
It sounds like an .htaccess issue. If mod_rewrite is not enabled in your environment, you'll need to add the following lines in your .htaccess file:
Code:
<IfModule !mod_rewrite.c>
# If we don't have mod_rewrite installed, all 404's
# can be sent to index.php, and everything works as normal.
# Submitted by: ElliotHaughin