Search This Blog

30 June, 2012

cibonfire Object not found! error


After installing the cibonfire, which is based on CodeIgniter in the http://localhost/ci-bonfire, the below page came














but when i click on the sign in button, below error is coming , Object not found! as below




After debugging understood that, .htaccess file was the issue, the .htacces file is configured for the files to be in localhost root web folder. since i had put the cibonfire file by creating a folder ci-bonfire, i have to edit the .htaccess file like below

# If you installed Bonfire in a sub folder, you will need to
# change the following line to match the sub folder you need.
# http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase
  RewriteBase /ci-bonfire

 Hope this will help other who is starting with cibonfire and CodeIgniter




No comments:

Post a Comment

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...