XUpload - Progressbar notworking .htaccess fix gives me problem

Message
Author
lightfarm
Posts: 2
Joined: Dec 18, 2006 6:44 pm

Progressbar notworking .htaccess fix gives me problem

#1 Postby lightfarm » Dec 18, 2006 6:47 pm

Try to get the progressbar working. Manage to upload files but no progressbar. Have the same problem as many of you others here. When I create the .htaccess file as instructed with:
<IfModule mod_security.c>
SetEnvIfNoCase Content-Type \
"^multipart/form-data;" "MODSEC_NOPOSTBUFFERING=Do not buffer file uploads"
</IfModule>

<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>

I get a Internal Server Error and this is what the error log says:
[Mon Dec 18 19:29:20 2006] [alert] [client 130.XXX.XXX.XX] /home/filerago/public_html/cgi-bin/.htaccess: SetEnvIfNoCase regex could not be compiled.


What should I do?

lightfarm
Posts: 2
Joined: Dec 18, 2006 6:44 pm

#2 Postby lightfarm » Dec 18, 2006 8:17 pm

Come on. Help me, please.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#3 Postby PilgrimX182 » Dec 19, 2006 9:18 am

Then just use

Code: Select all

<IfModule mod_security.c>
MODSEC_NOPOSTBUFFERING=Do not buffer file uploads
</IfModule>