Last active
August 29, 2015 14:06
-
-
Save Kcko/780ed5180708165c01f7 to your computer and use it in GitHub Desktop.
Přesmerování z lokální na dev - obrázky
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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