Hello,
We have updated our servers to apache 2.2.13.
But flash swf "loading" preloadres can't work.
It have to count numbers like this; "loading %1 .. %20 .. %70 ..%100"
But we only see this text "Infinity"
Ex web site: http://cevikoglu.com/
This was working on apache 2.2.10. But cant work on 2.2.13
We have disabled mod_security, disable_functions.
Tried to add this code our httpd.conf
Anyone has an idea to fix this?
We have updated our servers to apache 2.2.13.
But flash swf "loading" preloadres can't work.
It have to count numbers like this; "loading %1 .. %20 .. %70 ..%100"
But we only see this text "Infinity"
Ex web site: http://cevikoglu.com/
This was working on apache 2.2.10. But cant work on 2.2.13
We have disabled mod_security, disable_functions.
Tried to add this code our httpd.conf
Code:
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png|rar|zip|exe|mov|wma|mp3|avi|swf|flv|mp?g)$ no-gzip dont-vary
Anyone has an idea to fix this?