On 22 Mar 2006 14:45:53 -0800, ponsfrilus DeleteThis @gmail.com posted something
that included:
>When I upload a file on my server with a cms, by default the
>permissions on this file is set to "440", which mean that the file
>cannot be readable in a browser.
>Do someone know a way to automatically set (chmod) the files's
>permissions to "644" with a .htaccess file?
Can't be done. The .htaccess file is simply a configuration file for
Apache (or other NCSA httpd).
It's possible that you need to hunt through the source code, and have
it explicitly set the permissions to 644 when the file is saved, but
my guess it that you've got something screwed up in the configuration
file for the CMS.
What CMS are you using? Have you asked anyone using that CMS if their
system does the same thing?
--
AmishHosting.com
>> Stay informed about: How to set files permissions with .htaccess