| View previous topic :: View next topic |
| Author |
Message |
lightfarm
Joined: 18 Dec 2006 Posts: 2
|
Posted: Dec 18, 2006 6:47 pm Post subject: Progressbar notworking .htaccess fix gives me problem |
|
|
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? |
|
| Back to top |
|
 |
lightfarm
Joined: 18 Dec 2006 Posts: 2
|
Posted: Dec 18, 2006 8:17 pm Post subject: |
|
|
| Come on. Help me, please. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Dec 19, 2006 9:18 am Post subject: |
|
|
Then just use
| Code: |
<IfModule mod_security.c>
MODSEC_NOPOSTBUFFERING=Do not buffer file uploads
</IfModule>
|
|
|
| Back to top |
|
 |
|