Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/01/2013, 23:17
Avatar de enlinea777
enlinea777
 
Fecha de Ingreso: mayo-2008
Ubicación: frente al pc
Mensajes: 1.830
Antigüedad: 15 años, 11 meses
Puntos: 127
Respuesta: Problema con htacces y urls amigables

este no es el problema
Código PHP:
    RewriteEngine On
    RewriteCond 
%{REQUEST_FILENAME} !-f
    RewriteCond 
%{REQUEST_FILENAME} !-d
    RewriteRule 
^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/$ index.php?Seccion=$1&Slug=$2
     
    RewriteCond 
%{REQUEST_FILENAME} !-f
    RewriteCond 
%{REQUEST_FILENAME} !-d
    RewriteRule 
^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/$ index.php?Seccion=$1&Slug=$
postea todo el htaccess para ver bien y analizar el error