﻿# MUSICMIX - APACHE/XAMPP
# Archivo reparado automaticamente

DirectoryIndex index.php index.html

Options -Indexes

<IfModule mod_headers.c>
    Header set X-Content-Type-Options "nosniff"
</IfModule>

<FilesMatch "\.(php|html|css|js|json|mp3|wav|ogg|m4a|aac|flac|jpg|jpeg|png|gif|webp|svg|ico)$">
    Require all granted
</FilesMatch>
