Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/07/2013, 08:31
ChrisPio
 
Fecha de Ingreso: marzo-2013
Ubicación: Cali
Mensajes: 12
Antigüedad: 12 años, 1 mes
Puntos: 0
Exclamación Problema URL Limpias

Muy buenas, estado intentando acomodar algunas URL's para mi página web pero me lanza error, dice que la página no existe, aquí dejo el codigo por si yo he sido el de el error.

Código:
#Activar URL LIMPIAS
RewriteEngine On
RewriteBase /
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f

#RewriteCond %{HTTPS} off
#Redireccion
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

#SUBDOMINIOS ALMACENES
RewriteCond %{HTTP_HOST} ^(.+).xxxxxxxxxx.com 
RewriteRule ^([a-zA-Z0-9-_]+)$ almacen.php?id=$1 

#URL LIMPIA DE LOS PRODUCTOS
RewriteRule ^producto/(.+)/(.+) producto.php?id=$1&nombre=$2