hessianrodriguez/DNSAdBlocking/master/hulu.htaccess - Htaccess File

hessianrodriguez/DNSAdBlocking/master/hulu.htaccess

RewriteEngine on
RewriteCond %{REQUEST_URI} .ts$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ fakead.ts

#RewriteCond %{REQUEST_URI} 

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ fakead.mp4

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache