jrobinsonc
4/18/2017 - 8:20 PM

Use `htaccess` to redirect assets calls towards production server.

Use htaccess to redirect assets calls towards production server.

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^images/(.+)$  http://domain.tld/images/$1  [R,L]