Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/09/2014, 11:08
Avatar de jvier
jvier
 
Fecha de Ingreso: septiembre-2014
Mensajes: 106
Antigüedad: 9 años, 8 meses
Puntos: 6
Respuesta: Como redireccionar imágenes con htaccess mod_rewrite

Saludos Carlos, intenta con esto en tu htaccess:
Código Apache:
Ver original
  1. RewriteEngine on
  2. RewriteCond %{REQUEST_URI} (imagenes) [NC]
  3. RewriteCond %{REQUEST_URI} ^/(.+)$
  4. RewriteRule /(.*) http://static.dominio/$1

Prueba y me cuentas como funciona.
__________________
Me gusta desarrollar aplicaciones para Android, y me considero bueno para el PHP, Javascript y el AS3.

AH! y agradezco puntitos jeje (si mis respuestas te ayudan).