Css not working after installation in Magento 2
问题 I have Installed Magento 2. Everything completed successfully but css is not loading. I tried these commands php bin/magento cache:flush php bin/magento indexer:reindex php bin/magento setup:static-content:deploy Please help me 回答1: You should Provide Some permissions run this command sudo find . -type d -exec chmod -R 777 {} \; && sudo find . -type f -exec chmod -R 777 {} \; && sudo chmod u+x bin/magento 回答2: Please, before doing anything go to magento2 basedir and do: nano vendor/magento