While installing Magento when you have done with uploading your Magento files to your host and about to make the installation you come up with 500 Internal Server Error.
This error is because of the inappropriate file permissions. For this if you are on cPanel hosting, Error Log will really help solving/fixing this error.
Normally changing the file permission on index.php file solved this problem. If you check the error log you will find “/index.php” is writeable by group
So by using CHMOD in Linux, change the file permission on index file from 664 to 644.
Also if magento is installed in a folder e.g. yourdomain.com/magento, in this case you will also change the permission on magento folder to 644.
Or using SSH runs the following command
Find. -type d -exec chmod 755 {} ;
Find. -type f -exec chmod 644 {} ;
The other causes of 500 Internal Server Error with magento is to place invalid value for Base URL, Unfortunately, Magento just updates it without any pre-warnings, but change of this specific value can cause Magento to crash. Usually, we get Internal Server Error 500 with each page load. The problem lies in the fact that we can no longer open the Magento administration to correct the error. What needs to be done in such a scenario?
AS a solution for such type of causes is, we need to open MySQL (usually via php MyAdmin) and find core_config_data table. Once there, manually update 2 rows and give correct base URL and Internal Server error will be solved out.
1. Config_id:3 web/unsecure/base_url => http://www.mydomain.com/
2. Config_id:4 web/secure/base_url => https://www.mydomain.com/
| Our Magento Services | ||
| Magento Development | Magento Custom Development | Magento Module Development |
| Magento SEO Development | Magento Template Designing | Magento theme Integration |
Latest Articles
Guidelines for developing an impeccable magento website
Comparing Magento with Avactis
Some of the finest magento features sure to spellbind any online merchant
Search Engine Optimization for your Magento E-commerce Website
Boost your e-commerce business this Christmas with e-commerce services from ymagento













Press Releases
Latest Magento News
Follow us on Twitter
Be a fan on Facebook