Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/09/2014, 06:04
PHPeros
Colaborador
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 10 años, 8 meses
Puntos: 578
Respuesta: Como redireccionar imágenes con htaccess mod_rewrite

Prueba algo así:

Código Apache:
Ver original
  1. RewriteEngine On
  2.  
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5.  
  6. RewriteRule ^imagenes/imagen\d+/(.*)/?$ http://static.dominio/$1