MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
| #### IMAGE PROTECTION #### | |
| #protect images from hotlinking | |
| RewriteEngine on | |
| RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?domainname.com [NC] | |
| RewriteRule \.(jpg|jpeg|png|gif|bmp|tiff|svg)$ - [NC,F,L] | |
| #protect images from hotlinking send new image | |
| RewriteEngine on | |
| RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?domainname.com [NC] |