FreePBX/fw_ari/master/.htaccess - Htaccess File

FreePBX/fw_ari/master/.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|ttf|svg|eot|woff|wav|mp3|aac|ogg|webm)$)">
  Allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache