Skip to content

Instantly share code, notes, and snippets.

@Kcko
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save Kcko/780ed5180708165c01f7 to your computer and use it in GitHub Desktop.

Select an option

Save Kcko/780ed5180708165c01f7 to your computer and use it in GitHub Desktop.
Přesmerování z lokální na dev - obrázky
RewriteCond %{REQUEST_URI} ^/storage/images/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ http://domena/$1 [R=301,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment