09/09/2016, 22:09
|
| | | Fecha de Ingreso: noviembre-2005 Ubicación: Estados Unidos
Mensajes: 535
Antigüedad: 19 años Puntos: 12 | |
Respuesta: Error haciendo redireccion 301 Prueba con estas lineas:
Código:
RewriteCond %{HTTP_HOST} ^www\.dominio\.com$ [NC]
RewriteCond %{QUERY_STRING} ^seo_path=categoria/subcategoria$ [NC]
RewriteRule ^categoria\.html/subcategoria\.html$ http://www.dominio.com/nueva-categoria.html? [R=301,L]
|