| 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: 1107 Location: Undisclosed location
|
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 |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|