Advertisement
dansguardian

htaccess

Nov 11th, 2012
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. RewriteCond %{REQUEST_FILENAME} -f
  2. RewriteCond %{REQUEST_URI} \.flv|\.mp4|\.jpgl [NC]
  3. RewriteCond %{REQUEST_URI} \/videos\/
  4. RewriteRule ^(.*)$ index.php [R=404]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement