Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Inferno Only
  2. Alias "/srv/httpd/htdocs/files" "/home/ne7work/hlds12/cstrike"
  3. <Directory "/home/ne7work/hlds12/cstrike">
  4. Order deny,allow
  5. Deny from all
  6. <FilesMatch \.(?i:wad|ztmp|bsp|res|spr|wav|mdl|tga|bmp)$>
  7. Order allow,deny
  8. Allow from all
  9. </FilesMatch>
  10. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement