Hi,
I've wrote a PHP code, that downloads an excel file when the user clicks a button on the page. The code connects to db and use some stored functions which do some calculating multiple times so the execution time takes so long. I ran the code at localhost several times and everyting went well. But when I tried to run in my web server, ie gave "Due to current high demand, the page you are looking for cannot be delivered right now. HTTP Error 408 / 409 - Not acceptable / Resource conflict Internet Explorer " error and ff do nothing except tried to load the page but gave no error. I googled the error, didn't find any useful comments. someone mentioned about htaccess file and mod_security, but no I'm not using mod_security in apache's configuration.
Thanks in advance. Any help will be appreciated.