I have installed magento2 in my server, it installed successfully, But after installation facing problem in css and js loading so I tried some command as below :
Step 1. $ php bin/magento setup:static-content:deploy
Step 2. $ php bin/magento indexer:reindex
Step 3. $ chown -R www-data:www-data /var/www/html/magento2
Step 4. $ chmod -R 777 /var/www/html/magento2
Step 5. delete cache folder under var/cache
After that magento2 frontend and backend showing not found.
How to resolve it?
php bin/magento setup:static-content:deploy– Zefiryn Jun 21 '16 at 09:58