I set my baseurl to:
http://localhost/codeigniter/
in the application/config/config.php file as asked by the installation instructions.
I was following this tutorial. However, when I type in the url: http://localhost/codeigniter/index.php/pages/view , I get the the following error:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost 7/27/2012 11:14:39 PM Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
I found the following contents in .htaccess file in the path of E:\WEB D\xampp\htdocs\CodeIgniter_2.1.2\application:
Deny from all
I am totally new to the CodeIgniter framework. Can someone help me out?
.htacessfile was there .. I posted it in the edited question.