apache dont send me mp3 header even when use direct address to the file
- by user1728307
apache dont send me mp3 header even when use direct address to the file, it means i can play it with flash audio players on my web pages, but when i tried to download from direct address on my server i got "Error 101 (net::ERR_CONNECTION_RESET): The connection was reset" or sometimes gives me a file with mp3 extension that has just 13B files-size, and when i open that file in gedit/notepad there is just:
<html></html>
i dont have any problem with php files and images, but mp3 files never be send to browser for download or play.
i added this code to httpd.conf:
AddType audio/mpeg .mp3
but there is not any difference!!
thanks in advance