Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/02/2009, 10:38
Avatar de matiasnicolas
matiasnicolas
 
Fecha de Ingreso: abril-2004
Mensajes: 54
Antigüedad: 20 años
Puntos: 0
Respuesta: Problema con htaccess en el servidor

Finalmente lo solucione asi

Código:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d

Rewriterule ^(.+)_(.+).html$ /index.php?c=$1&cat=$2 [L]
Rewriterule ^(.+).html$ /index.php?c=$1 [L]
saludos!!