![]() |
|
Customer Support
Whenever I make changes with Movable Type I get SBOX errors.
By default, Movable Type creates new files and directories as world writable. On our system, this is needless and will cause SBOX errors.Fixing the problem is easy; you just need to change Movable Type's configuration text file. The file is typically at /htdocs/www/cgi-bin/mt.cfg, or /htdocs/www/cgi-bin/mt-config.cgi for MT 3.2+. You can edit the file via a shell or by FTP. The original settings are:
# HTMLPerms 0777
# UploadPerms 0777
Remove the #, and change the settings to:
HTMLPerms 0755
UploadPerms 0755
(notice that there are no longer # symbols preceding the lines)
This change will halt the SBOX errors. Plus, your site will be more secure.
User-Contributed Notes |
|
| There are no user-contributed notes for this topic. |
Related Questions:
Can I have a crontab?
Why does your service seem slow?
How do I do a traceroute to diagnose network problems?
My POST to a secure form results in a blank page, the same form, or a 500 Internal Server Error.
Internet Explorer shows a blank page on an SSL website like the Control Panel or signup page.
How do I get a command prompt on my own computer?
After I install Bugzilla, I get error 403 Forbidden.
How do I install Gallery?
I am having trouble installing phpBB2
Where can I find links to 'Standards-Compliant' Web browsers?
Do you provide CVS?
How do I use a robots.txt file?
Can I use streaming media on my site?
Do you support Flash, Shockwave, Java Applets?
I installed Norton Internet Security, and now I can't see video and other multimedia.
How do I use MnogoSearch Indexer?
Do you run Linux?
Can I use a blog or other content management system?
Do you have Postgres?
Why doesn't mivascript interpret GET variables?
How do I contact my registrar?
What does everything in a Wusage report mean?
Are there any resources for dealing with comment spam in a Movable Type blog?
How Do I Add A Google Sitemap To My Website?
Do you provide SVN?
What can I do to improve Drupal's loading speed?
Browse Categories:Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales |
