Tag: magento2

  • How to fix Magento connect “500 Internal Server Error”

    How to fix Magento connect “500 Internal Server Error”

    “500 Internal Server Error” In most occasions, file and folder permissions cause this “500 Internal Server Error” issue on Magento. To solve this issue, just change the folder permissions as below: 1. Change the following folder permissions to 755 – app/etc– var– media 2. And change the following file’s permission to 644 – index.php –…

  • How to solve magento2 permission issues

    How to solve magento2 permission issues

    After installing Magento 2.x, sometimes frontend and admin side js, CSS, and images can not load properly. This problem occurs because of file permission issues. Though Magento 2 recommends setting ownership of all files & folders to the web server group, sometimes this is not possible due to some reasons. For example on shared hosting,…