There are a lot of hosts out there that don’t allow permissions of 777 for directories or 666 for files now. This makes things “Group” writable which is a security risk. This isn’t a MySQL, htaccess, or anything else issue, it has to do with suphp stuff and is a little unavoidable.
As mentioned above with a slight adjustment:
Change permissions for your magento directory to 755 and for you index.php file to 644.
this software install sucks. i have never had a problem installing anything
on this for 2 days. install guides suck too
did all the install persimssions to 777 ran magento-check.php
everything is fine
no error logs
just a 500 internal eror
lol...i should say the magento team needs some more efforts.if a product has too many bugs,nobody would take this risk to use it for commerical activities.in China there are many PHP stores runs perfectly too.I’m looking at mangento just because these php stores in china don’t have templates in English.
But anyways,i think Mangento would have a bright future just like joomla.
Now back the topic.i have a webstore running quite well even if i upgrated to the latest version from the back end.but some days later,i got 500 internal server errors.
In the error logs,there are many errors in the same sentence as follows:
[Tue Aug 18 01:01:00 2009] [error] [client 66.249.65.27] Premature end of script headers: php5.cgi
anyone could tell me what to do with this?many thanks! I can still enter the admininstration back end.
Having the same error 500, etc during install. I’m wrestling with the permissions right now. When resetting them, do I have to go thru all the subdirectories to set the files to 644 and the subfolders to 755 as well?
There are a lot of hosts out there that don’t allow permissions of 777 for directories or 666 for files now. This makes things “Group” writable which is a security risk. This isn’t a MySQL, htaccess, or anything else issue, it has to do with suphp stuff and is a little unavoidable.
As mentioned above with a slight adjustment:
Change permissions for your magento directory to 755 and for you index.php file to 644.
755 for directory and 644 for index.php worked perfectly. Thanks!!