tags:

views:

199

answers:

2

I have build a website. in that website there is section to download file using php script. our company has two ISP connections. one ISP allows to dowload file but other blocks it.

i thought this is browser problem but after hit and try methods, i come to conclusion that this is ISP problem. Am i right. please help me out.

A: 

Some files' extension might be prevented from downloading by the web server configuration.

codemeit
+2  A: 

Technically, it's not the webserver that overrides the .htaccess but the other way around, and some settings indeed may not be allowed to be overridden in htaccess from the server configuration.

Kris