every time i create a new entry, the file permission is set to 755 while it should be 644 and the page will give me the 500 internal error!! is there any option where to change the files permanently? thank you for your help!
Add a Reply
Forum Groups
Design, Templates, & Tags
1773 6162
Last Topic: Excluding categories from blog by kholechek on Feb 9, 2012
General
1429 5077
Last Topic: What apocalypse hit this community in the middle of 2011? by 75th on Feb 10, 2012
Open Source
84 291
Last Topic: How to have some other characters in entry basename automatically written by Afshin Haghighatnia on Dec 22, 2011
Performance
173 737
Last Topic: About the MT version stated in HTML source by Alex E. Schneider on Feb 7, 2012
Plugins & Plugin Development
190 567
Last Topic: Analytics Reporting by michael webster on Feb 5, 2012
Pricing and Licensing
26 95
Last Topic: How do ProNet Licensees Get Current Versions of Movable Type? by Bill on Aug 28, 2011
Open your **mt-config.cgi** file and insert the following:
DBUmask 0022
HTMLUmask 0022
UploadUmask 0022
DirUmask 0022
HTMLPerms 0777
UploadPerms 0755
This is simply copy-pasted from my mt-config.cgi, since my server _needs_ 755 permissions. **You will have to alter these values for your conditions.**
Documentation is [here][1]. You will need to see the docs for each of these config directives (links on the same [page][1]) for server-appropriate settings.
[1]: http://www.movabletype.org/documentation/appendices/config-directives/
Thank you soo much, it worked!
Glad to hear it! :-)