Magento 2: Forbidden You don’t have permission to access /magento2/ on this server. Server unable to read htaccess file, denying access to be safe

I downloaded the latest Magento 2 version from the Magento download site. Then, extracted it on my Apache Webserver root directory. I renamed the extracted Magento directory as magento2. I installed Magento2 via command line. Now, when I browse http://127.0.0.1/magento2, I get the following error: Forbidden You don’t have permission to access /magento2/ on this … Read more

Linux command: Change permission of files or folders

Here are some linux commands to change the permission of files and folders/directories. chmod is used change the file system mode / permission of files and folders. Change Particular File and Folder Permission This will give 775 permission to test directory which is insde /var/www directory chmod 775 /var/www/test This will give 664 permission to … Read more