Advertisement
ujiajah1

.htaccess

Jul 28th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.35 KB | None | 0 0
  1. DirectoryIndex myHome index.html
  2.  
  3. ErrorDocument 400 /myHome/index.html
  4. Header set Cache-Control "max-age=7200, must-revalidate"
  5. AddType  application/octet-stream  .doc .xls .pdf .mp4 .mp3 .ogg .vlf .avi
  6. RewriteEngine on
  7. RewriteCond %{HTTP_REFERER}  !^$
  8. RewriteCond %{HTTP_REFERER} !^https://(puji122\.)?github.io/.*$  [NC]
  9. RewriteRule \.(gif|jpg)$ - [F]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement