trynottostarve/.htaccess

8 lines
228 B
ApacheConf
Raw Permalink Normal View History

2020-01-03 20:59:49 +01:00
Order deny,allow
Deny from all
# Only allow access to specific files
<FilesMatch "^$|^index\.html$|^script\.js$|^recipe\.json$|^bootstrap\.min\.js$|^bootstrap\.min\.css$|^jquery-3\.4\.1\.min\.js$">
Allow from all
</FilesMatch>