volví mi baseurl
a:Configuración BaseURL para CodeIgniter
http://localhost/codeigniter/
en el application/config/config.php file
, tal como solicitó the installation instructions.
Yo estaba siguiendo this tutorial. Sin embargo, cuando escribo en la url: http://localhost/codeigniter/index.php/pages/view
, me sale el siguiente 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
me encontré con el siguiente contenido en .htaccess
archivo en la ruta de E:\WEB D\xampp\htdocs\CodeIgniter_2.1.2\application
:
Deny from all
estoy totalmente nueva al marco CodeIgniter. ¿Alguien me puede ayudar?
Por favor incluya la totalidad del mensaje de error en su pregunta. No debería simplemente decir "Objeto no encontrado". – Matt
¿Los nombres y las clases tienen todos los nombres correctamente? – MasterGberry
¿Hay algún archivo .htaccess en alguna parte? Si es así, ¿puedes publicarlo? – MasterGberry