Hi, here is my htacces file :
AuthName "Mail Client Login" AuthType Basic AuthUserFile /var/www/html/webxxx/html/mail/.htpasswd require valid-user i think i cant edit it, because the websaerver has loaded it into memory. So the file is open and i cant edit it. But as you see, there is no upload limit specified here ? Is there another htaccess file ? This is the one directly in the root folder of Roundcube. Br Thomas On Wed, 31 Oct 2007 13:08:12 +0530, kmnair <[EMAIL PROTECTED]> wrote: > On 10/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Hi, thanks for the tip, but in my .htaccess file, there is no limit >> specified. >> Another Problem is, that this htaccess file is autogenerated by my > confixx >> Interface and i can't edit it. >> Its not possible to change the permissions. But as I said, the file is >> nearly empty, and the upload limit is not specified. >> >> BR, >> >> Tom >> > > Hello, > > Here is the .htaccess file on my installation, opened with a texteditor. > --------------------------------- > # AddDefaultCharset UTF-8 > php_flag display_errors Off > php_flag log_errors On > php_value error_log logs/errors > php_value upload_max_filesize 2M > > <FilesMatch "(\.inc|\~)$|^_"> > Order allow,deny > Deny from all > </FilesMatch> > > Order deny,allow > Allow from all > ---------------------------------------------------- > > Are you running your own server or is it hosted/outsourced. Anyway, > you should have permission to download this file and re-upload it. > > You can see the 2M limit for the max file size value. This needs to be > edited. > > kmn _______________________________________________ List info: http://lists.roundcube.net/users/
