Skip to content

Instantly share code, notes, and snippets.

@sylvainfilteau
Created October 25, 2012 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sylvainfilteau/3952812 to your computer and use it in GitHub Desktop.
Save sylvainfilteau/3952812 to your computer and use it in GitHub Desktop.
Deny access to everything but a file type
<Directory /vagrant>
AllowOverride None
Order allow,deny
deny from all
</Directory>
<FilesMatch .jasper$>
Order allow,deny
allow from all
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment