Agradezco de antemano por ayudar
Estoy trabajando un proyecto en codeigniter y todo de maravilla, pero cuando subi el proyecto al servidor de pruebas [URL="http://siget.260mb.net/"]http://siget.260mb.net/[/URL] e intento acceder a cualquier controlador/url que no sea la por defecto me sale el siguiente error:
Código PHP:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@foo.tld and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Código PHP:
/*
|--------------------------------------------------------------------------
| URI PROTOCOL
|--------------------------------------------------------------------------
|
| This item determines which server global should be used to retrieve the
| URI string. The default setting of 'AUTO' works for most servers.
| If your links do not seem to work, try one of the other delicious flavors:
|
| 'AUTO' Default - auto detects
| 'PATH_INFO' Uses the PATH_INFO
| 'QUERY_STRING' Uses the QUERY_STRING
| 'REQUEST_URI' Uses the REQUEST_URI
| 'ORIG_PATH_INFO' Uses the ORIG_PATH_INFO
|
*/
$config['uri_protocol'] = "AUTO";
Agradeceria si alguno sepa que otra posible configuración debe modificarse para que funcione.
Gracias!!!