Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/06/2011, 16:54
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 19 años
Puntos: 890
Respuesta: Problema con url y caracteres.

Pon tu htaccess y podrias probar esta parte de la configuracion :

Código PHP:
Ver original
  1. /*
  2. |--------------------------------------------------------------------------
  3. | URI PROTOCOL
  4. |--------------------------------------------------------------------------
  5. |
  6. | This item determines which server global should be used to retrieve the
  7. | URI string.  The default setting of "AUTO" works for most servers.
  8. | If your links do not seem to work, try one of the other delicious flavors:
  9. |
  10. | 'AUTO'            Default - auto detects
  11. | 'PATH_INFO'       Uses the PATH_INFO
  12. | 'QUERY_STRING'    Uses the QUERY_STRING
  13. | 'REQUEST_URI'     Uses the REQUEST_URI
  14. | 'ORIG_PATH_INFO'  Uses the ORIG_PATH_INFO
  15. |
  16. */
  17. //$config['uri_protocol']   = "PATH_INFO";
  18. $config['uri_protocol'] = "REQUEST_URI";
  19. //$config['uri_protocol']   = "AUTO";

Prueba con cual te puede ir bien.

Saludos.
__________________
Drupal Argentina