maconbot/elastix-html/master/recordings/.htaccess - Htaccess File

maconbot/elastix-html/master/recordings/.htaccess

# Disallow all file access first
#
<FilesMatch "..*$">
  Deny from all
</FilesMatch>

# Now allow /recordings, /recordings/index.php as well as the various assets
#
<FilesMatch "(^$|index.php|play_page.php|audio.php|callme_page.php|.(gif|GIF|jpg|jpeg|png|css|js)$)">
  Allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache