rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: raybob on September 17, 2011, 05:32:42 PM

Title: blocking extensions
Post by: raybob on September 17, 2011, 05:32:42 PM
Is there a way to make it so that files with the extension .html or .html aren't blocked from being uploaded?
Title: Re: blocking extensions
Post by: rejetto on September 17, 2011, 05:39:56 PM
all .html are not blocked AFAIK!

when the upload filter mask is empty, this is what's actually used

\hfs.*;index.htm*;default.htm*;descript.ion;*.md5

the initial slash is actually inverting the logic, so those files are NOT allowed.
would you enter "*", anything could be uploaded.
anyway my suggestion is that, for security reasons, you enter the mask i just gave you but modified for your needs.
Title: Re: blocking extensions
Post by: raybob on September 17, 2011, 06:09:01 PM
Thanks... Sorry for the dumb post I knew I had changed it before but I couldn't remember how  :P