htaccess
.htaccess #
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} ^/storage/
#RewriteCond %{REQUEST_URI} !^/storage/images/(.*)/4[0-9]{4}
RewriteCond %{HTTP_HOST} !darkovapoukazka\.ambi\.cz$ [NC]
RewriteRule ^(.*)$ http://darkovapoukazka.ambi.cz/$1 [R=302,QSA,L]