Fazer Download de Arquivo .MDB
Bom Dia.
Eu tenho o PHP instalado no IIS.
Eu tenho um Link que é pra fazer download do arquivo .MDB.
Link normal: www.dom.com.br/files/arquivo.mdb
Mas faz isso:
Server Application UnavailableThe web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
No servidor já tem o Mime Type para o .MDB e no PHP eu fiz:
'mdb' => 'application/x-msaccess',
Igual está no servidor, mas ainda não vai.
Alguém sabe ?
Discussão (2)
Carregando comentários...