Добрый день
При открытие страницы вываливается следующее
# 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 ...

