Ver Mensaje Individual
  #11 (permalink)  
Antiguo 03/02/2011, 07:43
Avatar de Willy_N
Willy_N
 
Fecha de Ingreso: diciembre-2009
Ubicación: Cádiz
Mensajes: 334
Antigüedad: 14 años, 4 meses
Puntos: 18
Respuesta: Problema configuración SEO

Possiblemente hubieras arreglado el problema aplicando lo que se aconseja en el .htaccess que trae Joomla por defecto. Ahí dice, en Inglés:
Código Apache:
Ver original
  1. #####################################################
  2. #  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
  3. #
  4. # The line just below this section: 'Options +FollowSymLinks' may cause problems
  5. # with some server configurations.  It is required for use of mod_rewrite, but may already
  6. # be set by your server administrator in a way that dissallows changing it in
  7. # your .htaccess file.  If using it causes your server to error out, comment it out (add # to
  8. # beginning of line), reload your site in your browser and test your sef url's.  If they work,
  9. # it has been set by your server administrator and you do not need it set here.
  10. #
  11. #####################################################
  12.  
  13. ##  Can be commented out if causes errors, see notes above.
  14. Options +FollowSymLinks

Significa que si tienes problemas puedes probar cambiando
Código Apache:
Ver original
  1. Options +FollowSymLinks
por
Código Apache:
Ver original
  1. #Options +FollowSymLinks

Porque si esa opción está activada por tu hosting en el servdidor donde está alojada tu web de tal manera que no se permita que tu intentas configurar esa opción mediante .htaccess y al intentar hacerlo te da un problema.

Entonces te recomiendan que dejas esa linea de código tal y como la puse yo y que recargas la página, para ver si con ese cambio el SEF de Joomla funciona.

Te lo digo porque si funcionase no necesitarías todo el tinglao que es el módulo que acabas de instalar.