Advertisement
nguyenhappy92

htaccess

Jan 15th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{HTTP:Via} !\.worldcdn\.net
  3. RewriteCond %{HTTP_HOST} hy.dinodata.vn [NC]
  4. RewriteCond $1 !^.swf$ [NC]
  5. RewriteCond $1 "\.(jpe?g|gif|bmp|png|ico|pdf|docx?|xlsx?|pptx?|rar|zip|tar|gz|tgz|bz2|flv|avi|mov|wmv|mp3|wav|xml|txt)$" [NC]
  6. RewriteRule ^(.*) http://cdn.dinodata.vn/$1 [R,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement