Skip to content

Instantly share code, notes, and snippets.

@jy95
Created April 11, 2015 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jy95/78175163845874e7235a to your computer and use it in GitHub Desktop.
Save jy95/78175163845874e7235a to your computer and use it in GitHub Desktop.
htacess
# Do not remove this line or mod_rewrite rules and search engine friendly URLs will stop working
RewriteBase /
RewriteEngine on
RewriteCond %{HTTP_REFERER} dino-ferma\.96\.lt [NC]
RewriteRule .* - [F]
# DO NOT REMOVE THIS LINE AND THE LINES BELOW HOTLINKID:SyGytuRuSu
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://dino-build.zz.mu/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://dino-build.zz.mu$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.dino-build.zz.mu/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.dino-build.zz.mu$ [NC]
# DO NOT REMOVE THIS LINE AND THE LINES ABOVE SyGytuRuSu:HOTLINKID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment